[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/329: gnu: ghc-fgl: Update to 5.7.0.1.
From: |
guix-commits |
Subject: |
117/329: gnu: ghc-fgl: Update to 5.7.0.1. |
Date: |
Wed, 20 Nov 2019 21:17:25 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 17482b26fb0fa676700ce302d91a51ecbcab04d9
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 10:26:27 2019 -0400
gnu: ghc-fgl: Update to 5.7.0.1.
* gnu/packages/haskell-xyz.scm (ghc-fgl): Update to 5.7.0.1.
[arguments]: Change the phase that updates the Cabal file to allow for
newer versions of 'hspec' and 'QuickCheck'.
---
gnu/packages/haskell-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3e01f34..3d06fc3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3395,7 +3395,7 @@ consuming feeds in both RSS (Really Simple Syndication)
and Atom format.")
(define-public ghc-fgl
(package
(name "ghc-fgl")
- (version "5.6.0.0")
+ (version "5.7.0.1")
(outputs '("out" "doc"))
(source
(origin
@@ -3406,7 +3406,7 @@ consuming feeds in both RSS (Really Simple Syndication)
and Atom format.")
".tar.gz"))
(sha256
(base32
- "1i6cp4b3w7sjk7y1dq3fh6bci2sm5h3lnbbaw9ln19nwncg2wwll"))))
+ "04793yh778ck3kz1z2svnfdwwls2kisbnky4lzvf4zjfgpv7mkpz"))))
(build-system haskell-build-system)
(arguments
`(#:phases
@@ -3414,10 +3414,10 @@ consuming feeds in both RSS (Really Simple Syndication)
and Atom format.")
(add-before 'configure 'update-constraints
(lambda _
(substitute* "fgl.cabal"
- (("QuickCheck >= 2\\.8 && < 2\\.10")
- "QuickCheck >= 2.8 && < 2.12")
- (("hspec >= 2\\.1 && < 2\\.5")
- "hspec >= 2.1 && < 2.6")))))))
+ (("QuickCheck >= 2\\.8 && < 2\\.13")
+ "QuickCheck >= 2.8 && < 2.14")
+ (("hspec >= 2\\.1 && < 2\\.7")
+ "hspec >= 2.1 && < 2.8")))))))
(inputs
`(("ghc-hspec" ,ghc-hspec)
("ghc-quickcheck" ,ghc-quickcheck)))
- 87/329: gnu: ghc-hspec-meta: Update to 2.6.0., (continued)
- 87/329: gnu: ghc-hspec-meta: Update to 2.6.0., guix-commits, 2019/11/20
- 88/329: gnu: hspec-discover: Update to 2.7.1., guix-commits, 2019/11/20
- 94/329: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/20
- 95/329: gnu: ghc-indents: Update to 0.5.0.1., guix-commits, 2019/11/20
- 99/329: gnu: ghc-memory: Update to 0.14.18., guix-commits, 2019/11/20
- 102/329: gnu: ghc-tar: Update to 0.5.1.1., guix-commits, 2019/11/20
- 106/329: gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/20
- 104/329: gnu: ghc-blaze-html: Update to 0.9.1.2., guix-commits, 2019/11/20
- 107/329: gnu: ghc-hspec-core: Update to 2.7.1., guix-commits, 2019/11/20
- 112/329: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/20
- 117/329: gnu: ghc-fgl: Update to 5.7.0.1.,
guix-commits <=
- 109/329: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/20
- 118/329: gnu: ghc-base-orphans: Update to 0.8.1., guix-commits, 2019/11/20
- 114/329: gnu: ghc-unliftio: Update to 0.2.12., guix-commits, 2019/11/20
- 122/329: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/20
- 124/329: gnu: ghc-doctest: Update to 0.16.2., guix-commits, 2019/11/20
- 125/329: gnu: ghc-genvalidity: Update to 0.8.0.0., guix-commits, 2019/11/20
- 129/329: gnu: ghc-th-orphans: Update to 0.13.9., guix-commits, 2019/11/20
- 138/329: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/20
- 130/329: gnu: Add ghc-base-compat-batteries., guix-commits, 2019/11/20
- 92/329: gnu: ghc-tasty-hunit: Update to 0.10.0.2., guix-commits, 2019/11/20