[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/290: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
101/290: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints. |
Date: |
Wed, 6 Nov 2019 08:22:38 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit fe2239d289310a95a6f6536fec1bebb1f1de4727
Author: Timothy Sample <address@hidden>
Date: Sun Nov 3 11:21:00 2019 -0500
gnu: ghc-bytestring-handle: Fix Cabal dependency constraints.
Rather than patch the 'base' constraints, we update the Cabal file to r1
so that it accepts 'base' from GHC 8.6.
* gnu/packages/haskell-xyz.scm (ghc-bytestring-handle): Update the Cabal
file to r1; remove 'base' constraint fix; and update the 'QuickCheck'
constraint to allow version 2.13.
---
gnu/packages/haskell-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index efd7b02..b792173 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1045,15 +1045,15 @@ Compatibility package for older packages.")
"18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y"))))
(build-system haskell-build-system)
(arguments
- `(#:phases
+ `(#:cabal-revision
+ ("1" "0x11aj6w1lijh84jcdq1qgyvdnc7i9ivbyq4wf9rxicg57viisz9")
+ #:phases
(modify-phases %standard-phases
(add-before 'configure 'update-constraints
(lambda _
(substitute* "bytestring-handle.cabal"
(("QuickCheck >= 2\\.1\\.2 && < 2\\.11")
- "QuickCheck >= 2.1.2 && < 2.12")
- (("base >= 4\\.2 && < 4\\.11")
- "base >= 4.2 && < 4.12")))))))
+ "QuickCheck >= 2.1.2 && < 2.14")))))))
(inputs
`(("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck" ,ghc-quickcheck)
- 75/290: gnu: ghc-math-functions: Update to 0.3.3.0., (continued)
- 75/290: gnu: ghc-math-functions: Update to 0.3.3.0., guix-commits, 2019/11/06
- 77/290: gnu: ghc-microlens-platform: Update to 0.3.11., guix-commits, 2019/11/06
- 81/290: gnu: ghc-hmatrix: Update to 0.20.0.0., guix-commits, 2019/11/06
- 79/290: gnu: ghc-hinotify: Update to 0.4., guix-commits, 2019/11/06
- 82/290: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/06
- 83/290: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/11/06
- 85/290: gnu: ghc-tasty: Update to 1.2.3., guix-commits, 2019/11/06
- 84/290: gnu: ghc-integer-logarithms: Update to 1.0.3., guix-commits, 2019/11/06
- 94/290: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/06
- 93/290: gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/11/06
- 101/290: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints.,
guix-commits <=
- 104/290: gnu: ghc-blaze-html: Update to 0.9.1.2., guix-commits, 2019/11/06
- 102/290: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/06
- 109/290: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/06
- 110/290: gnu: ghc-reflection: Update to 2.1.5., guix-commits, 2019/11/06
- 112/290: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/06
- 113/290: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/06
- 98/290: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/06
- 116/290: gnu: ghc-hspec-contrib: Update to 0.5.1., guix-commits, 2019/11/06
- 121/290: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/06
- 124/290: gnu: ghc-doctest: Update to 0.16.2., guix-commits, 2019/11/06