3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-cryptohash-sha256: Update Cabal file to r3.

* gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256): Update Cabal
file to r3.
This commit is contained in:
Timothy Sample 2019-11-05 14:19:42 -05:00
parent 18a38da5ab
commit 132e107480
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -274,7 +274,7 @@ the C implementation.")
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("1" "19birnmwga1yh82l4jqc3fygqkqcf5y8dlldnxfswngkzc3rvwp3")
("3" "1arhz4y792kx439s2zv9x291gvvl2zxcfx9sq0nxsjlz7c3hpyp1")
#:tests? #f)) ; tests require old version of ghc-hunit (0.9)
(inputs
`(("ghc-base16-bytestring" ,ghc-base16-bytestring)))