haskell-monadcryptorandom: update to version 0.6
This commit is contained in:
parent
43e713b94a
commit
4ba8a711a2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monadcryptorandom";
|
pname = "monadcryptorandom";
|
||||||
version = "0.5.3";
|
version = "0.6";
|
||||||
sha256 = "1nmkya9mf9y6lhmbhamq2g09pfvfpmicrwab09mcy3ggljdnnfyg";
|
sha256 = "0gms6xsnr6g5lk36z92yygwmyrl568y1h76ww676wb3qph42xx3x";
|
||||||
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 a new issue