2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-30 11:12:48 +00:00
|
|
|
{ cabal, attoparsec, blazeBuilder, deepseq, HUnit, QuickCheck
|
|
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
|
|
|
, unorderedContainers, vector
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cassava";
|
2014-09-23 12:17:13 +00:00
|
|
|
version = "0.4.2.0";
|
|
|
|
sha256 = "1v1izdjd4maqrlpm4cf2xpackpjp1i4vg1s7mzq90dwa6r9572x3";
|
2013-11-30 11:12:48 +00:00
|
|
|
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;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-30 11:12:48 +00:00
|
|
|
};
|
|
|
|
})
|