diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-02 20:04:21 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:40 -0500 |
commit | 5ffe8cfdc3c20e589ebbffac00c18878a884814c (patch) | |
tree | a42474de5ac968256e125aff0f5104e1770108c1 | |
parent | 262e63237c535baa1e50d4901b4ab3c71eb35b55 (diff) | |
download | patches-5ffe8cfdc3c20e589ebbffac00c18878a884814c.tar patches-5ffe8cfdc3c20e589ebbffac00c18878a884814c.tar.gz |
gnu: ghc-trifecta: Update Cabal file to r4.
* gnu/packages/haskell-xyz.scm (ghc-trifecta): Update Cabal file to r4.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 24722e8a80..83e56741ee 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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) |