gnu: ghc-cryptohash-sha1: Update Cabal file to r2.
* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha1): Update Cabal file to r2.
This commit is contained in:
parent
6ef7c05c8d
commit
f89bf67491
|
@ -238,7 +238,9 @@ that hides the C implementation.")
|
||||||
"1aqdxdhxhl9jldh951djpwxx8z7gzaqspxl7iwpl84i5ahrsyy9w"))))
|
"1aqdxdhxhl9jldh951djpwxx8z7gzaqspxl7iwpl84i5ahrsyy9w"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(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)
|
(native-inputs `(("ghc-base16-bytestring" ,ghc-base16-bytestring)
|
||||||
("ghc-sha" ,ghc-sha)
|
("ghc-sha" ,ghc-sha)
|
||||||
("ghc-tasty" ,ghc-tasty)
|
("ghc-tasty" ,ghc-tasty)
|
||||||
|
|
Loading…
Reference in New Issue