gnu: ghc-cryptohash-sha1: Update Cabal file to r2.
authorTimothy Sample <samplet@ngyro.com>
Fri, 31 Aug 2018 19:07:32 +0000 (15:07 -0400)
committerRicardo Wurmus <rekado@elephly.net>
Mon, 1 Oct 2018 10:12:15 +0000 (12:12 +0200)
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha1): Update Cabal
file to r2.

gnu/packages/haskell-crypto.scm

index b1db19b..87e6cd3 100644 (file)
@@ -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)