mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-clientsession: update to version 0.9.1
This commit is contained in:
parent
813e0ec5e4
commit
08696e2f3e
1 changed files with 7 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, base64Bytestring, cereal, cipherAes, cprngAes, cryptoApi
|
||||
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, skein, tagged
|
||||
, transformers
|
||||
, cryptoRandom, entropy, hspec, HUnit, QuickCheck, setenv, skein
|
||||
, tagged, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "clientsession";
|
||||
version = "0.9.0.5";
|
||||
sha256 = "0l11wpxr3cgd8q708ay7957mdzq7nhm7c6z3p9iwl0lp3pkcl810";
|
||||
version = "0.9.1";
|
||||
sha256 = "1hq4f5iq4xb9jilr6qprww9lql314vpfw5khwmizljry9cwd2gq7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base64Bytestring cereal cipherAes cprngAes cryptoApi cryptoRandom
|
||||
entropy skein tagged
|
||||
entropy setenv skein tagged
|
||||
];
|
||||
testDepends = [ cereal hspec HUnit QuickCheck transformers ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue