haskell-clientsession: update to version 0.9.1
This commit is contained in:
parent
813e0ec5e4
commit
08696e2f3e
@ -1,17 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
||||||
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, skein, tagged
|
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, setenv, skein
|
||||||
, transformers
|
, tagged, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "clientsession";
|
pname = "clientsession";
|
||||||
version = "0.9.0.5";
|
version = "0.9.1";
|
||||||
sha256 = "0l11wpxr3cgd8q708ay7957mdzq7nhm7c6z3p9iwl0lp3pkcl810";
|
sha256 = "1hq4f5iq4xb9jilr6qprww9lql314vpfw5khwmizljry9cwd2gq7";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
|
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
|
||||||
entropy skein tagged
|
entropy setenv 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