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