mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
18250b97ae
had added him earlier.
25 lines
826 B
Nix
25 lines
826 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, blazeBuilder, dataDefault, deepseq, HUnit, QuickCheck
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
|
, time
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cookie";
|
|
version = "0.4.1.3";
|
|
sha256 = "184ymp1pbi49fm4jl9s04dfyrgdbc9vlmqahqha4yncppr5s1sdw";
|
|
buildDepends = [ blazeBuilder dataDefault deepseq text time ];
|
|
testDepends = [
|
|
blazeBuilder HUnit QuickCheck testFramework testFrameworkHunit
|
|
testFrameworkQuickcheck2 text time
|
|
];
|
|
doCheck = self.stdenv.lib.versionOlder "7.8" self.ghc.version;
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/cookie";
|
|
description = "HTTP cookie parsing and rendering";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|