guix-commits
[Top][All Lists]
Advanced

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

78/272: gnu: ghc-vector: Update Cabal file to r3.


From: Ricardo Wurmus
Subject: 78/272: gnu: ghc-vector: Update Cabal file to r3.
Date: Mon, 1 Oct 2018 06:13:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 57203a15cb2d1c6164b20d16cbb60c02b63dc305
Author: Timothy Sample <address@hidden>
Date:   Thu Aug 30 10:57:38 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 575a7be..caa8c68 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3823,7 +3823,10 @@ speed, flexibility, and quality of parse errors.")
     (build-system haskell-build-system)
     ;; FIXME: To simplify upgrading all Haskell packages, we leave the tests
     ;; disabled for now.
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:cabal-revision
+       ("3" "0y5rh8k710i2a3p1h2rghvr5cfg78p5h0kbfi7ifxqqf6pzlyr1x")
+       #:tests? #f))
     (inputs
      `(("ghc-primitive" ,ghc-primitive)
        ("ghc-random" ,ghc-random)



reply via email to

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