[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/328: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints.
From: |
guix-commits |
Subject: |
101/328: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints. |
Date: |
Sat, 16 Nov 2019 19:32:32 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 38193134acffa2d52419f1c7e316f60d5e623315
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 f1764a3..c86deae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1046,15 +1046,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)
- 72/328: gnu: ghc-async: Update to 2.2.2., (continued)
- 72/328: gnu: ghc-async: Update to 2.2.2., guix-commits, 2019/11/16
- 91/328: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/11/16
- 94/328: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/16
- 117/328: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/16
- 121/328: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/16
- 122/328: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/16
- 126/328: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/16
- 129/328: gnu: ghc-th-orphans: Update to 0.13.9., guix-commits, 2019/11/16
- 66/328: gnu: ghc-x11: Update to 1.9.1., guix-commits, 2019/11/16
- 77/328: gnu: ghc-microlens-platform: Update to 0.3.11., guix-commits, 2019/11/16
- 101/328: gnu: ghc-bytestring-handle: Fix Cabal dependency constraints.,
guix-commits <=
- 97/328: gnu: ghc-regex-applicative: Update to 0.3.3.1., guix-commits, 2019/11/16
- 93/328: gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/11/16
- 100/328: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/16
- 98/328: gnu: ghc-vector-binary-instances: Update to 0.2.5.1., guix-commits, 2019/11/16
- 108/328: gnu: ghc-asn1-types: Update to 0.3.3., guix-commits, 2019/11/16
- 119/328: gnu: ghc-storable-complex: Update to 0.2.3.0., guix-commits, 2019/11/16
- 125/328: gnu: ghc-genvalidity: Update to 0.8.0.0., guix-commits, 2019/11/16
- 133/328: gnu: ghc-genvalidity-property: Update to 0.4.0.0., guix-commits, 2019/11/16
- 37/328: gnu: ghc-tagged: Update to 0.8.6., guix-commits, 2019/11/16
- 41/328: gnu: ghc-cmark: Update to 0.6., guix-commits, 2019/11/16