haskell-clientsession: updated to version 0.7.2
svn path=/nixpkgs/trunk/; revision=28942
This commit is contained in:
parent
6358071c14
commit
4758e8a71a
@ -1,10 +1,14 @@
|
|||||||
{ cabal, base64Bytestring, cryptoApi, cryptocipher }:
|
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher
|
||||||
|
, cryptohash
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.7.0";
|
version = "0.7.2";
|
||||||
sha256 = "08a6k0dqx9qp7j87iq6kmyzg1aw8ykc7vrbzdbr1lfkwh05dvglm";
|
sha256 = "0jfpgzfgcmc80qrzxj6dsg6cbd97pscg5yp99c9f58m4igr3fb2q";
|
||||||
buildDepends = [ base64Bytestring cryptoApi cryptocipher ];
|
buildDepends = [
|
||||||
|
base64Bytestring cereal cryptoApi cryptocipher cryptohash
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
||||||
description = "Store session data in a cookie";
|
description = "Store session data in a cookie";
|
||||||
|
Loading…
Reference in New Issue
Block a user