diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-01 14:16:44 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:34 -0500 |
commit | 79a925f4e713d201eb5109bcf83b87c406c19484 (patch) | |
tree | 26a77af16a0678da95e026d777862d159cda3e3a /gnu/packages/haskell-crypto.scm | |
parent | f3aca0869f54bf46dfbb58ac1c0420fdf7bc3d45 (diff) | |
download | guix-79a925f4e713d201eb5109bcf83b87c406c19484.tar guix-79a925f4e713d201eb5109bcf83b87c406c19484.tar.gz |
gnu: ghc-cryptohash-md5: Update Cabal file to r4.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-md5): Update Cabal
file to r4.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r-- | gnu/packages/haskell-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index b7c13edc8d..b7a1b1f1fb 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -212,7 +212,7 @@ that hides the C implementation.") (build-system haskell-build-system) (arguments `(#:cabal-revision - ("2" "0vyb9cfvpfxpslxvvhd48gw37i9g8ry5x63xwxd9q7xfiqhs7p3a") + ("4" "0gzaibjkipijwj9m9l6wrhfk5s3kdvfbhdl7cl1373cjfs41v0m3") #:tests? #f)) ; tests require old version of ghc-hunit (0.9) (native-inputs `(("ghc-base16-bytestring" ,ghc-base16-bytestring) ("ghc-puremd5" ,ghc-puremd5) |