tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-monadcryptorandom: update to version 0.5.1
Peter Simons
13 years ago
6645b88e
e12d2175
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
monadcryptorandom
default.nix
+2
-2
pkgs/development/libraries/haskell/monadcryptorandom/default.nix
···
2
2
3
3
cabal.mkDerivation (self: {
4
4
pname = "monadcryptorandom";
5
5
-
version = "0.5";
6
6
-
sha256 = "19sb9mgfvmmmx1sn0aiq6dn5nl0201xwgs6xqakn7pz5vsqcww2b";
5
5
+
version = "0.5.1";
6
6
+
sha256 = "10waxc0i7hcqlgb9iwcdz0xqkym4ihavgwq466xlaqzzhcpp38d6";
7
7
buildDepends = [ cryptoApi mtl tagged transformers ];
8
8
meta = {
9
9
homepage = "https://github.com/TomMD/monadcryptorandom";