[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
290/329: gnu: darcs: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
290/329: gnu: darcs: Fix Cabal dependency constraints. |
Date: |
Wed, 20 Nov 2019 21:18:46 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 0710797d3088bd142be943fa1283c9d47afc458d
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 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 682a10b..dcaf7e7 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,6 +198,12 @@ unlit literate code files; and an option to turn off
macro-expansion.")
(lambda _
(substitute* "tests/issue538.sh"
(("/bin/sh") (which "sh")))
+ #t))
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "darcs.cabal"
+ (("QuickCheck >= 2\\.8\\.2 && < 2\\.13,")
+ "QuickCheck >= 2.8.2 && < 2.14,"))
#t)))))
(inputs
`(("ghc-cmdargs" ,ghc-cmdargs)
- 317/329: gnu: Add ghc-dual-tree., (continued)
- 317/329: gnu: Add ghc-dual-tree., guix-commits, 2019/11/20
- 320/329: gnu: Add ghc-intervals., guix-commits, 2019/11/20
- 312/329: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/20
- 319/329: gnu: Add ghc-numeric-extras., guix-commits, 2019/11/20
- 325/329: gnu: Add ghc-diagrams-svg., guix-commits, 2019/11/20
- 328/329: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/20
- 266/329: gnu: cabal-install: Update to 2.4.0.0., guix-commits, 2019/11/20
- 277/329: gnu: Add ghc-getopt-generics., guix-commits, 2019/11/20
- 286/329: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/20
- 280/329: gnu: Add ghc-microlens-aeson., guix-commits, 2019/11/20
- 290/329: gnu: darcs: Fix Cabal dependency constraints.,
guix-commits <=
- 283/329: gnu: Add ghc-ipynb., guix-commits, 2019/11/20
- 291/329: gnu: ghc-microlens-aeson: Patch tests for i686-linux., guix-commits, 2019/11/20
- 278/329: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/20
- 279/329: gnu: Add ghc-hsyaml., guix-commits, 2019/11/20
- 293/329: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 284/329: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/20
- 292/329: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/20
- 298/329: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/20
- 303/329: gnu: idris: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 301/329: gnu: agda: Update to 2.6.0.1., guix-commits, 2019/11/20