summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-crypto.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-31 15:07:32 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:15 +0200
commitf89bf67491d62755a9777c71c453e3b308ab8220 (patch)
tree952f0be5631601ded781744a21b6e1904b527e8c /gnu/packages/haskell-crypto.scm
parent6ef7c05c8d9bb9f77cd1d4145d85c938899e114f (diff)
downloadpatches-f89bf67491d62755a9777c71c453e3b308ab8220.tar
patches-f89bf67491d62755a9777c71c453e3b308ab8220.tar.gz
gnu: ghc-cryptohash-sha1: Update Cabal file to r2.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha1): 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 b1db19bdeb..87e6cd3c15 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -238,7 +238,9 @@ that hides the C implementation.")
"1aqdxdhxhl9jldh951djpwxx8z7gzaqspxl7iwpl84i5ahrsyy9w"))))
(build-system haskell-build-system)
(arguments
- `(#:tests? #f)) ; tests require old version of ghc-hunit (0.9)
+ `(#:cabal-revision
+ ("2" "0xas0nbq9bfdzlj6k565ibizv1cqvzfzsdj6q9pdiiwyxqblqc3m")
+ #:tests? #f)) ; tests require old version of ghc-hunit (0.9)
(native-inputs `(("ghc-base16-bytestring" ,ghc-base16-bytestring)
("ghc-sha" ,ghc-sha)
("ghc-tasty" ,ghc-tasty)