[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
290/290: gnu: darcs: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
290/290: gnu: darcs: Fix Cabal dependency constraints. |
Date: |
Wed, 6 Nov 2019 08:23:30 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1f689c28f5ea14b9c0c9d7789fa560ea7e459cc0
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 21:11:12 2019 -0500
gnu: darcs: Fix Cabal dependency constraints.
* gnu/packages/haskell-apps.scm (darcs): Update the Cabal file to r1 and
change the phase that updates the Cabal file to allow for newer versions
of 'QuickCheck'.
---
gnu/packages/haskell-apps.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 14ee08c..981ca2f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -187,7 +187,9 @@ unlit literate code files; and an option to turn off
macro-expansion.")
#t))))
(build-system haskell-build-system)
(arguments
- `(#:configure-flags '("-fpkgconfig" "-fcurl" "-flibiconv" "-fthreaded"
+ `(#:cabal-revision
+ ("1" "0xl7j5cm704pbl2ms0dkydh7jvrz0ym76d725ifpg4h902m1zkhg")
+ #:configure-flags '("-fpkgconfig" "-fcurl" "-flibiconv" "-fthreaded"
"-fnetwork-uri" "-fhttp" "--flag=executable"
"--flag=library")
#:phases
@@ -196,7 +198,12 @@ unlit literate code files; and an option to turn off
macro-expansion.")
(lambda _
(substitute* "tests/issue538.sh"
(("/bin/sh") (which "sh")))
- #t)))))
+ #t))
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "darcs.cabal"
+ (("QuickCheck >= 2\\.8\\.2 && < 2\\.13,")
+ "QuickCheck >= 2.8.2 && < 2.14,")))))))
(inputs
`(("ghc-cmdargs" ,ghc-cmdargs)
("ghc-split" ,ghc-split)
- 271/290: gnu: hoogle: Update to 5.0.17.11., (continued)
- 271/290: gnu: hoogle: Update to 5.0.17.11., guix-commits, 2019/11/06
- 272/290: gnu: ghc-yesod-persistent: Update to 1.6.0.2., guix-commits, 2019/11/06
- 270/290: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/11/06
- 276/290: gnu: Add ghc-edit-distance-vector., guix-commits, 2019/11/06
- 273/290: gnu: ghc-haddock-library: Update to 1.7.0., guix-commits, 2019/11/06
- 282/290: gnu: Add ghc-hslua-module-system., guix-commits, 2019/11/06
- 283/290: gnu: Add ghc-ipynb., guix-commits, 2019/11/06
- 288/290: gnu: ghc-tasty-rerun: Update to 1.1.14., guix-commits, 2019/11/06
- 286/290: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/06
- 244/290: gnu: ghc-feed: Update to 1.2.0.1., guix-commits, 2019/11/06
- 290/290: gnu: darcs: Fix Cabal dependency constraints.,
guix-commits <=
- 222/290: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/06
- 242/290: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/06
- 228/290: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/06
- 254/290: gnu: ghc-warp: Update to 3.2.28., guix-commits, 2019/11/06
- 259/290: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/06
- 260/290: gnu: ghc-yesod-core: Update to 1.6.16.1., guix-commits, 2019/11/06
- 263/290: gnu: ghc-linear: Update to 1.20.9., guix-commits, 2019/11/06
- 280/290: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/06
- 287/290: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/06
- 289/290: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/06