Author: simons
Date: Sun Nov 27 12:48:44 2011
New Revision: 30577
URL: https://nixos.org/websvn/nix/?rev=30577&sc=1
Log:
haskell-clientsession: updated to version 0.7.3.4
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession/default.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession/default.nix
Sun Nov 27 12:48:40 2011 (r30576)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession/default.nix
Sun Nov 27 12:48:44 2011 (r30577)
@@ -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";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits