haskell-clientsession: updated to version 0.7.3.5
svn path=/nixpkgs/trunk/; revision=30588
This commit is contained in:
parent
79518845f3
commit
e568054eec
@ -1,13 +1,14 @@
|
|||||||
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher, entropy
|
{ cabal, base64Bytestring, cereal, cprngAes, cryptoApi
|
||||||
, skein
|
, cryptocipher, entropy, skein
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.7.3.4";
|
version = "0.7.3.5";
|
||||||
sha256 = "16blm8p0c2hk06yn5f5qmrrxwsrsdv7l7x1s07ygn8s9jmb9xyqr";
|
sha256 = "0j5vwlmc9vz2zrwpjfjxfz1hl94zc1dbs8jm55dnd6c043i5ag4w";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cryptoApi cryptocipher entropy skein
|
base64Bytestring cereal cprngAes cryptoApi cryptocipher entropy
|
||||||
|
skein
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
||||||
|
Loading…
Reference in New Issue
Block a user