guix-commits
[Top][All Lists]
Advanced

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

247/329: gnu: ghc-edit-distance: Update dependency constraints.


From: guix-commits
Subject: 247/329: gnu: ghc-edit-distance: Update dependency constraints.
Date: Wed, 20 Nov 2019 21:18:30 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit d7d143e5537ec131f0b10c47bb66ffca16408e0d
Author: Timothy Sample <address@hidden>
Date:   Sun Nov 3 21:24:53 2019 -0500

    gnu: ghc-edit-distance: Update dependency constraints.
    
    * gnu/packages/haskell-xyz.scm (ghc-edit-distance): Change the phase
    that updates the Cabal file to allow for newer versions of 'QuickCheck'.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index df032e5..d206231 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2964,7 +2964,7 @@ with various performance characteristics.")
            (lambda _
              (substitute* "edit-distance.cabal"
                (("QuickCheck >= 2\\.4 && <2\\.9")
-                "QuickCheck >= 2.4 && < 2.12")))))))
+                "QuickCheck >= 2.4 && < 2.14")))))))
     (inputs
      `(("ghc-random" ,ghc-random)
        ("ghc-test-framework" ,ghc-test-framework)



reply via email to

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