2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 02:10:34 -07:00
|
|
|
{ cabal, blazeBuilder, dataDefault, deepseq, HUnit, QuickCheck
|
2014-10-13 04:02:45 -07:00
|
|
|
, tasty, tastyHunit, tastyQuickcheck, text, time
|
2014-08-04 02:10:34 -07:00
|
|
|
}:
|
2011-07-07 14:40:35 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-07-07 14:40:35 -07:00
|
|
|
pname = "cookie";
|
2014-10-13 04:02:45 -07:00
|
|
|
version = "0.4.1.4";
|
|
|
|
sha256 = "0axvljw34cjw47fxwxqql8rvjsyp9gxfbaijmysy5j10kx8s931d";
|
2014-04-17 12:12:45 -07:00
|
|
|
buildDepends = [ blazeBuilder dataDefault deepseq text time ];
|
2014-08-04 02:10:34 -07:00
|
|
|
testDepends = [
|
2014-10-13 04:02:45 -07:00
|
|
|
blazeBuilder HUnit QuickCheck tasty tastyHunit tastyQuickcheck text
|
|
|
|
time
|
2014-08-04 02:10:34 -07:00
|
|
|
];
|
2014-08-07 13:46:07 -07:00
|
|
|
doCheck = self.stdenv.lib.versionOlder "7.8" self.ghc.version;
|
2011-07-07 14:40:35 -07:00
|
|
|
meta = {
|
2011-08-07 15:03:23 -07:00
|
|
|
homepage = "http://github.com/snoyberg/cookie";
|
2011-07-07 14:40:35 -07:00
|
|
|
description = "HTTP cookie parsing and rendering";
|
2011-08-07 15:03:23 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 14:40:35 -07:00
|
|
|
};
|
|
|
|
})
|