haskell-xlsx: re-generate with cabal2nix
This commit is contained in:
parent
e15036dbd0
commit
817fc96ae2
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, conduit, dataDefault, digest, HUnit, lens, smallcheck
|
||||
, tasty, tastyHunit, tastySmallcheck, text, time, transformers
|
||||
, utf8String, xmlConduit, xmlTypes, zipArchive, zlib
|
||||
|
@ -21,6 +23,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Simple and incomplete Excel file parser/writer";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue