27 lines
897 B
Nix
27 lines
897 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, blazeBuilder, deepseq, HUnit, QuickCheck
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
|
, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cassava";
|
|
version = "0.4.2.0";
|
|
sha256 = "1v1izdjd4maqrlpm4cf2xpackpjp1i4vg1s7mzq90dwa6r9572x3";
|
|
buildDepends = [
|
|
attoparsec blazeBuilder deepseq text unorderedContainers vector
|
|
];
|
|
testDepends = [
|
|
attoparsec HUnit QuickCheck testFramework testFrameworkHunit
|
|
testFrameworkQuickcheck2 text unorderedContainers vector
|
|
];
|
|
meta = {
|
|
homepage = "https://github.com/tibbe/cassava";
|
|
description = "A CSV parsing and encoding library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|