[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/249: gnu: ghc-test-framework: Update Cabal file to r5.
From: |
guix-commits |
Subject: |
246/249: gnu: ghc-test-framework: Update Cabal file to r5. |
Date: |
Thu, 31 Oct 2019 23:50:14 -0400 (EDT) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a611aa0b94bcf1b42bb613e8e67127a4d5d272bb
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 31b2169..d847c6c 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -442,13 +442,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)))
- 202/249: gnu: ghc-conduit: Update to 1.3.1.1., (continued)
- 202/249: gnu: ghc-conduit: Update to 1.3.1.1., guix-commits, 2019/10/31
- 200/249: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/10/31
- 210/249: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/10/31
- 228/249: gnu: ghc-esqueleto: Update to 3.0.0., guix-commits, 2019/10/31
- 211/249: gnu: ghc-stm-conduit: Update to 4.0.1., guix-commits, 2019/10/31
- 223/249: gnu: ghc-chart: Update to 1.9.1., guix-commits, 2019/10/31
- 221/249: gnu: ghc-persistent-template: Update to 2.6.0., guix-commits, 2019/10/31
- 232/249: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/10/31
- 238/249: squash! gnu: ghc-logict: Update to 0.7.0.2., guix-commits, 2019/10/31
- 240/249: gnu: ghc-primitive: Update Cabal file to r1., guix-commits, 2019/10/31
- 246/249: gnu: ghc-test-framework: Update Cabal file to r5.,
guix-commits <=
- 47/249: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/10/31
- 67/249: gnu: ghc-fingertree: Update to 0.1.4.2., guix-commits, 2019/10/31
- 63/249: gnu: ghc-vector-algorithms: Update to 0.8.0.1., guix-commits, 2019/10/31
- 74/249: gnu: ghc-math-functions: Update to 0.3.3.0., guix-commits, 2019/10/31
- 98/249: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/10/31
- 88/249: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/10/31
- 84/249: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/10/31
- 68/249: gnu: ghc-vector-th-unbox: Update to 0.2.1.7., guix-commits, 2019/10/31
- 97/249: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/10/31
- 109/249: gnu: ghc-unliftio: Update to 0.2.12., guix-commits, 2019/10/31