haskell-clientsession: updated to version 0.7.3.4
svn path=/nixpkgs/trunk/; revision=30577
This commit is contained in:
parent
59346f354a
commit
23d4fe544f
@ -1,12 +1,13 @@
|
||||
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher, skein
|
||||
{ cabal, base64Bytestring, cereal, cryptoApi, cryptocipher, entropy
|
||||
, skein
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "clientsession";
|
||||
version = "0.7.3.3";
|
||||
sha256 = "0cfj225hzn8fsffwnq5zq55dh9m5av1i58b4njhna7miiz6b4jsq";
|
||||
version = "0.7.3.4";
|
||||
sha256 = "16blm8p0c2hk06yn5f5qmrrxwsrsdv7l7x1s07ygn8s9jmb9xyqr";
|
||||
buildDepends = [
|
||||
base64Bytestring cereal cryptoApi cryptocipher skein
|
||||
base64Bytestring cereal cryptoApi cryptocipher entropy skein
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/clientsession/tree/master";
|
||||
|
Loading…
x
Reference in New Issue
Block a user