haskell-clientsession: updated to version 0.7.0
svn path=/nixpkgs/trunk/; revision=28890
This commit is contained in:
parent
e6273ab9d1
commit
e31db94550
@ -1,12 +1,10 @@
|
|||||||
{ cabal, random }:
|
{ cabal, base64Bytestring, cryptoApi, cryptocipher }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
sha256 = "0h92jjkhldn7f9b78cajfda8rprsj5scdsyl3pjpzicpvvy9g00y";
|
sha256 = "08a6k0dqx9qp7j87iq6kmyzg1aw8ykc7vrbzdbr1lfkwh05dvglm";
|
||||||
isLibrary = true;
|
buildDepends = [ base64Bytestring cryptoApi cryptocipher ];
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [ random ];
|
|
||||||
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…
x
Reference in New Issue
Block a user