guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 247/290: gnu: ghc-edit-distance: Update dependency constraints.
Date: Wed, 6 Nov 2019 08:23:21 -0500 (EST)

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

commit 6f10f4bd3b67a55c8448ac39c506de2fa032ebca
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 '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 76f43f0..5456e2a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2963,7 +2963,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]