haskell-monadcryptorandom: fix build with recent versions of tagged
This commit is contained in:
parent
ce1c694f4e
commit
be4cb037ff
@ -1,10 +1,11 @@
|
|||||||
{ cabal, cryptoApi, mtl, tagged, transformers }:
|
{ cabal, fetchurl, cryptoApi, mtl, tagged, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monadcryptorandom";
|
pname = "monadcryptorandom";
|
||||||
version = "0.5.2";
|
version = "0.5.2";
|
||||||
sha256 = "0a0qx331c1kvhmwwam7pbbrnq8ky3spfnw6zsz6rz7g1lk1hfawn";
|
sha256 = "0a0qx331c1kvhmwwam7pbbrnq8ky3spfnw6zsz6rz7g1lk1hfawn";
|
||||||
buildDepends = [ cryptoApi mtl tagged transformers ];
|
buildDepends = [ cryptoApi mtl tagged transformers ];
|
||||||
|
patches = [ (fetchurl { url = "https://github.com/TomMD/monadcryptorandom/pull/5.patch"; sha256 = "1mcil5w40gfy3hjnrpbgzciz65aygqpghgma0hckjb6xa694a71l"; }) ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/TomMD/monadcryptorandom";
|
homepage = "https://github.com/TomMD/monadcryptorandom";
|
||||||
description = "A monad for using CryptoRandomGen";
|
description = "A monad for using CryptoRandomGen";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user