haskell-clientsession: update to version 0.8.0.1
This commit is contained in:
parent
b4102299e5
commit
e81449b41e
@ -4,13 +4,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.8.0";
|
version = "0.8.0.1";
|
||||||
sha256 = "1ypd5ki4lvwriw922p65hmj41sargawah1gnwi0q08vc7iagq64k";
|
sha256 = "0r6j15wkyp4akhaxvimjxlwdka7cbm3c3nfk5bvkqan1nrip5rxv";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
||||||
skein tagged
|
skein tagged
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/clientsession/tree/master";
|
homepage = "http://github.com/yesodweb/clientsession/tree/master";
|
||||||
description = "Securely store session data in a client-side cookie";
|
description = "Securely store session data in a client-side cookie";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user