[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/290: gnu: ghc-fgl: Update to 5.7.0.1.
From: |
guix-commits |
Subject: |
117/290: gnu: ghc-fgl: Update to 5.7.0.1. |
Date: |
Wed, 6 Nov 2019 08:22:41 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 1a38855a4a9d8df0af9c72001e209e563d2aec2a
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 b2d8697..7907e00 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3394,7 +3394,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
@@ -3405,7 +3405,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
@@ -3413,10 +3413,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)))
- 159/290: gnu: ghc-rio: Update to 0.1.12.0., (continued)
- 159/290: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/06
- 161/290: gnu: ghc-bifunctors: Update to 5.5.5., guix-commits, 2019/11/06
- 166/290: gnu: ghc-haskell-src-meta: Update to 0.8.3., guix-commits, 2019/11/06
- 168/290: gnu: Add ghc-network-bsd., guix-commits, 2019/11/06
- 170/290: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/06
- 173/290: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/06
- 176/290: gnu: ghc-email-validate: Update to 2.3.2.12., guix-commits, 2019/11/06
- 187/290: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/06
- 106/290: gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/06
- 105/290: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/06
- 117/290: gnu: ghc-fgl: Update to 5.7.0.1.,
guix-commits <=
- 123/290: gnu: ghc-generic-deriving: Update to 1.12.4., guix-commits, 2019/11/06
- 128/290: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/06
- 184/290: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/06
- 163/290: gnu: ghc-parsers: Update to 0.12.10., guix-commits, 2019/11/06
- 171/290: gnu: ghc-cgi: Update to 3001.4.0.0., guix-commits, 2019/11/06
- 175/290: gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/06
- 179/290: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/06
- 180/290: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/06
- 182/290: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/06
- 188/290: gnu: ghc-inline-c: Update to 0.7.0.1., guix-commits, 2019/11/06