[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/328: gnu: ghc-test-framework: Update Cabal file to r5.
From: |
guix-commits |
Subject: |
63/328: gnu: ghc-test-framework: Update Cabal file to r5. |
Date: |
Sat, 16 Nov 2019 19:32:23 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit cbc7dc9320b64e3552427dd2a487f9cd713bc145
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 23:03:41 2019 -0400
gnu: ghc-test-framework: Update Cabal file to r5.
* gnu/packages/haskell-check.scm (ghc-test-framework): Update Cabal file
to r5, and remove a now unneeded 'update-constraints' phase.
---
gnu/packages/haskell-check.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index d861e72..6c9f525 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -441,13 +441,8 @@ expressed in Haskell, using combinators defined in the
QuickCheck library.")
(build-system haskell-build-system)
(arguments
`(#:tests? #f ; FIXME: Tests do not build.
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'update-constraints
- (lambda _
- (substitute* "test-framework.cabal"
- (("QuickCheck >= 2\\.3 && < 2\\.10")
- "QuickCheck >= 2.3 && < 2.12")))))))
+ #:cabal-revision
+ ("5" "18g92ajx3ghznd6k3ihj22ln29n676ailzwx3k0f1kj3bmpilnh6")))
(native-inputs
`(("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck" ,ghc-quickcheck)))
- 61/328: gnu: ghc-vector-algorithms: Update to 0.8.0.1., (continued)
- 61/328: gnu: ghc-vector-algorithms: Update to 0.8.0.1., guix-commits, 2019/11/16
- 54/328: gnu: ghc-dlist: Update to 0.8.0.7., guix-commits, 2019/11/16
- 56/328: gnu: ghc-optparse-applicative: Update to 0.14.3.0., guix-commits, 2019/11/16
- 58/328: gnu: ghc-th-reify-many: Update to 0.1.9., guix-commits, 2019/11/16
- 76/328: gnu: ghc-mwc-random: Update to 0.14.0.0., guix-commits, 2019/11/16
- 64/328: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5., guix-commits, 2019/11/16
- 31/328: gnu: ghc-pretty-show: Update to 1.9.5., guix-commits, 2019/11/16
- 47/328: gnu: ghc-quickcheck: Update to 2.13.2., guix-commits, 2019/11/16
- 50/328: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/16
- 65/328: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/16
- 63/328: gnu: ghc-test-framework: Update Cabal file to r5.,
guix-commits <=
- 102/328: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/16
- 19/328: gnu: ghc-transformers-compat: Update to 0.6.5., guix-commits, 2019/11/16
- 23/328: gnu: ghc-appar: Update to 0.1.8., guix-commits, 2019/11/16
- 30/328: gnu: ghc-regex-tdfa: Update to 1.2.3.2., guix-commits, 2019/11/16
- 36/328: gnu: ghc-generics-sop: Update to 0.4.0.1., guix-commits, 2019/11/16
- 38/328: gnu: ghc-regex-pcre-builtin: Update to 0.94.5.8.8.35., guix-commits, 2019/11/16
- 18/328: gnu: ghc-mime-types: Update to 0.1.0.9., guix-commits, 2019/11/16
- 24/328: gnu: ghc-setlocale: Update to 1.0.0.9., guix-commits, 2019/11/16
- 28/328: gnu: ghc-fixed: Update to 0.3., guix-commits, 2019/11/16
- 33/328: gnu: ghc-mmorph: Update to 1.1.3., guix-commits, 2019/11/16