gnu: ghc-cryptohash-md5: Update Cabal file to r2.

* gnu/packages/haskell-crypto.scm (ghc-cryptohash-md5): Update Cabal
file to r2.
master
Timothy Sample 2018-08-31 15:06:10 -04:00 committed by Ricardo Wurmus
parent 083c9c7375
commit 6ef7c05c8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 1 deletions

View File

@ -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)