summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cookie/default.nix
blob: abbafafa5297310039c37a39d62a8a44b299203e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, blazeBuilder, dataDefault, deepseq, HUnit, QuickCheck
, tasty, tastyHunit, tastyQuickcheck, text, time
}:

cabal.mkDerivation (self: {
  pname = "cookie";
  version = "0.4.1.4";
  sha256 = "0axvljw34cjw47fxwxqql8rvjsyp9gxfbaijmysy5j10kx8s931d";
  buildDepends = [ blazeBuilder dataDefault deepseq text time ];
  testDepends = [
    blazeBuilder HUnit QuickCheck tasty tastyHunit tastyQuickcheck 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;
  };
})