1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

haskell-monadcryptorandom: updated to version 0.4.1

svn path=/nixpkgs/trunk/; revision=33842
This commit is contained in:
Peter Simons 2012-04-19 15:11:55 +00:00
parent 08f798736b
commit ee29e0bc9f

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "monadcryptorandom";
version = "0.4";
sha256 = "1wxqffi5x8kv0qrx82bvpvlqzzwy8vrw5ybqvf2h6cln36ff23m6";
version = "0.4.1";
sha256 = "01x3zfr4m93bgx062rhxqk1d8qhn6s7rkfkm4yf00p89fclyjsg1";
buildDepends = [ cryptoApi mtl transformers ];
meta = {
homepage = "http://trac.haskell.org/crypto-api/wiki";