haskell-clientsession: update to version 0.9.0.3
This commit is contained in:
parent
671fdd4e62
commit
b7d2154431
@ -1,14 +1,15 @@
|
|||||||
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
||||||
, entropy, hspec, HUnit, QuickCheck, skein, tagged, transformers
|
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, skein, tagged
|
||||||
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.9.0.2";
|
version = "0.9.0.3";
|
||||||
sha256 = "0vl310nickavp8wkaad1wfnvm8gfsg9jcfw3rgjz7698avynv3ni";
|
sha256 = "0w7mkyrd8gx5d6mcqprn7ll05414vm2j5fbyi6pj9cxd2m4qc9b1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cipherAes cprngAes cryptoApi entropy skein
|
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
|
||||||
tagged
|
entropy skein tagged
|
||||||
];
|
];
|
||||||
testDepends = [ cereal hspec HUnit QuickCheck transformers ];
|
testDepends = [ cereal hspec HUnit QuickCheck transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user