nixpkgs/pkgs/development/libraries/haskell/clientsession/default.nix
2014-10-14 17:39:29 +02:00

26 lines
858 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, setenv, skein
, tagged, transformers
}:
cabal.mkDerivation (self: {
pname = "clientsession";
version = "0.9.1";
sha256 = "1hq4f5iq4xb9jilr6qprww9lql314vpfw5khwmizljry9cwd2gq7";
isLibrary = true;
isExecutable = true;
buildDepends = [
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
entropy setenv skein tagged
];
testDepends = [ cereal hspec HUnit QuickCheck transformers ];
meta = {
homepage = "http://github.com/yesodweb/clientsession/tree/master";
description = "Securely store session data in a client-side cookie";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})