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