haskell-monadcryptorandom: update to version 0.5.1
This commit is contained in:
parent
e12d217534
commit
6645b88e8d
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monadcryptorandom";
|
pname = "monadcryptorandom";
|
||||||
version = "0.5";
|
version = "0.5.1";
|
||||||
sha256 = "19sb9mgfvmmmx1sn0aiq6dn5nl0201xwgs6xqakn7pz5vsqcww2b";
|
sha256 = "10waxc0i7hcqlgb9iwcdz0xqkym4ihavgwq466xlaqzzhcpp38d6";
|
||||||
buildDepends = [ cryptoApi mtl tagged transformers ];
|
buildDepends = [ cryptoApi mtl tagged transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/TomMD/monadcryptorandom";
|
homepage = "https://github.com/TomMD/monadcryptorandom";
|
||||||
|
|
Loading…
Reference in New Issue