summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-31 15:06:10 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:15 +0200
commit6ef7c05c8d9bb9f77cd1d4145d85c938899e114f (patch)
treeb82ecab838aec8e57e245f12b27df4ce5f3dca54 /gnu/packages/haskell-crypto.scm
parent083c9c73757c97afc1e3cdbeb200c2ab1dc33547 (diff)
downloadpatches-6ef7c05c8d9bb9f77cd1d4145d85c938899e114f.tar
patches-6ef7c05c8d9bb9f77cd1d4145d85c938899e114f.tar.gz
gnu: ghc-cryptohash-md5: Update Cabal file to r2.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-md5): Update Cabal file to r2.
Diffstat (limited to 'gnu/packages/haskell-crypto.scm')
-rw-r--r--gnu/packages/haskell-crypto.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index f27d7dc23a..b1db19bdeb 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -210,7 +210,9 @@ that hides the C implementation.")
"1y8q7s2bn4gdknw1wjikdnar2b5pgz3nv3220lxrlgpsf23x82vi"))))
(build-system haskell-build-system)
(arguments
- `(#:tests? #f)) ; tests require old version of ghc-hunit (0.9)
+ `(#:cabal-revision
+ ("2" "0vyb9cfvpfxpslxvvhd48gw37i9g8ry5x63xwxd9q7xfiqhs7p3a")
+ #:tests? #f)) ; tests require old version of ghc-hunit (0.9)
(native-inputs `(("ghc-base16-bytestring" ,ghc-base16-bytestring)
("ghc-puremd5" ,ghc-puremd5)
("ghc-tasty" ,ghc-tasty)