haskell-clientsession: updated to version 0.7.3.6
svn path=/nixpkgs/trunk/; revision=30621
This commit is contained in:
parent
5717d2f691
commit
f2c5a458bc
@ -1,14 +1,14 @@
|
|||||||
{ cabal, base64Bytestring, cereal, cprngAes, cryptoApi
|
{ cabal, base64Bytestring, cereal, cprngAes, cryptoApi
|
||||||
, cryptocipher, entropy, skein
|
, cryptocipher, entropy, skein, tagged
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.7.3.5";
|
version = "0.7.3.6";
|
||||||
sha256 = "0j5vwlmc9vz2zrwpjfjxfz1hl94zc1dbs8jm55dnd6c043i5ag4w";
|
sha256 = "04cvws7h2pm3rk8p2yj1pqkf9vjqq65hxg9sjldg7zhxdjgq1hgc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
||||||
skein
|
skein tagged
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user