28 lines
940 B
Nix
28 lines
940 B
Nix
# 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
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "xlsx";
|
|
version = "0.1.0.3";
|
|
sha256 = "1i1dfb6gv4h3nc9ja7yxjzb8g207vzp58dnk4rgfcfglyvadn8kp";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
conduit dataDefault digest lens text time transformers utf8String
|
|
xmlConduit xmlTypes zipArchive zlib
|
|
];
|
|
testDepends = [
|
|
HUnit smallcheck tasty tastyHunit tastySmallcheck time
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/qrilka/xlsx";
|
|
description = "Simple and incomplete Excel file parser/writer";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|