guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

252/290: gnu: ghc-trifecta: Update Cabal file to r5.


From: guix-commits
Subject: 252/290: gnu: ghc-trifecta: Update Cabal file to r5.
Date: Wed, 6 Nov 2019 08:23:22 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 536cd2684abd2dffcbf60c8040b1be1b5d81f63c
Author: Timothy Sample <address@hidden>
Date:   Sat Nov 2 20:04:21 2019 -0400

    gnu: ghc-trifecta: Update Cabal file to r5.
    
    * gnu/packages/haskell-xyz.scm (ghc-trifecta): Update Cabal file to r4.
---
 gnu/packages/haskell-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6f578e6..0f170d0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10947,7 +10947,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]