2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-01-16 12:42:12 +01:00
|
|
|
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
2013-09-02 13:20:16 +02:00
|
|
|
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, skein, tagged
|
|
|
|
, transformers
|
2011-08-31 14:41:01 +02:00
|
|
|
}:
|
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 = "clientsession";
|
2014-08-19 15:34:01 +02:00
|
|
|
version = "0.9.0.5";
|
|
|
|
sha256 = "0l11wpxr3cgd8q708ay7957mdzq7nhm7c6z3p9iwl0lp3pkcl810";
|
2011-08-31 14:41:01 +02:00
|
|
|
buildDepends = [
|
2013-09-02 13:20:16 +02:00
|
|
|
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
|
|
|
|
entropy skein tagged
|
2011-08-31 14:41:01 +02:00
|
|
|
];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ cereal hspec HUnit QuickCheck transformers ];
|
2011-07-07 23:40:35 +02:00
|
|
|
meta = {
|
2012-02-02 14:33:54 +01:00
|
|
|
homepage = "http://github.com/yesodweb/clientsession/tree/master";
|
2011-09-21 18:47:19 +02:00
|
|
|
description = "Securely store session data in a client-side cookie";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-07-07 23:40:35 +02:00
|
|
|
};
|
|
|
|
})
|