me
/
guix
Archived
1
0
Fork 0

gnu: ghc-trifecta: Update Cabal file to r4.

* gnu/packages/haskell-xyz.scm (ghc-trifecta): Update Cabal file to r4.
master
Timothy Sample 2019-11-02 20:04:21 -04:00
parent 262e63237c
commit 5ffe8cfdc3
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 4 additions and 1 deletions

View File

@ -10951,7 +10951,10 @@ compute the difference between arbitrary abstract datatypes (ADTs) using
(base32
"0hznd8i65s81xy13i2qc7cvipw3lfb2yhkv53apbdsh6sbljz5sk"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; doctest suite fails to build on i686
(arguments
`(#:tests? #f ; doctest suite fails to build on i686
#:cabal-revision
("4" "0xbwyvwl6f2zylk60f2akwgq03qv49113xil7b1z1s3vlwbn5aj1")))
(inputs
`(("ghc-reducers" ,ghc-reducers)
("ghc-semigroups" ,ghc-semigroups)