25 lines
858 B
Nix
25 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;
|
|
};
|
|
})
|