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