[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/329: gnu: ghc-cgi: Update to 3001.4.0.0.
From: |
guix-commits |
Subject: |
171/329: gnu: ghc-cgi: Update to 3001.4.0.0. |
Date: |
Wed, 20 Nov 2019 21:17:52 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit b6b2c2183bdd8271f8926650b9751dbee20a3ddd
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 13:08:27 2019 -0400
gnu: ghc-cgi: Update to 3001.4.0.0.
* gnu/packages/haskell-xyz.scm (ghc-cgi): Update to 3001.4.0.0.
[arguments]: Remove the 'update-constraints' phase.
---
gnu/packages/haskell-xyz.scm | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 27daca1..4da0455 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1398,7 +1398,7 @@ parser isolation, and labeled blocks for better error
messages.")
(define-public ghc-cgi
(package
(name "ghc-cgi")
- (version "3001.3.0.2")
+ (version "3001.4.0.0")
(source
(origin
(method url-fetch)
@@ -1408,22 +1408,8 @@ parser isolation, and labeled blocks for better error
messages.")
".tar.gz"))
(sha256
(base32
- "1hbpplss1m4rdpm4ibip6fpimlhssqa14fl338kl2jbc463i64cj"))))
+ "1d0nh5ymkqskkp4yn0gfz4mff8i0cxyw1wws8xxp6k1mg1ywa25k"))))
(build-system haskell-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'configure 'update-constraints
- (lambda _
- (substitute* "cgi.cabal"
- (("exceptions < 0\\.9")
- "exceptions < 0.11")
- (("time >= 1\\.5 && < 1\\.7")
- "time >= 1.5 && < 1.9")
- (("doctest >= 0\\.8 && < 0\\.12")
- "doctest >= 0.8 && < 0.17")
- (("QuickCheck >= 2\\.8\\.1 && < 2\\.10")
- "QuickCheck >= 2.8.1 && < 2.12")))))))
(inputs
`(("ghc-exceptions" ,ghc-exceptions)
("ghc-multipart" ,ghc-multipart)
- 145/329: gnu: ghc-chell: Update to 0.5., (continued)
- 145/329: gnu: ghc-chell: Update to 0.5., guix-commits, 2019/11/20
- 155/329: gnu: ghc-megaparsec: Update to 7.0.5., guix-commits, 2019/11/20
- 156/329: gnu: ghc-socks: Update to 0.6.1., guix-commits, 2019/11/20
- 164/329: gnu: ghc-aeson: Update to 1.4.5.0., guix-commits, 2019/11/20
- 172/329: gnu: ghc-hxt: Update to 9.3.1.18., guix-commits, 2019/11/20
- 175/329: gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/20
- 170/329: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/20
- 173/329: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/20
- 174/329: gnu: ghc-io-streams: Update to 1.5.1.0., guix-commits, 2019/11/20
- 183/329: gnu: ghc-http-client: Update to 0.6.4., guix-commits, 2019/11/20
- 171/329: gnu: ghc-cgi: Update to 3001.4.0.0.,
guix-commits <=
- 184/329: gnu: ghc-profunctors: Update to 5.3., guix-commits, 2019/11/20
- 180/329: gnu: ghc-hslua-module-text: Update to 0.2.1., guix-commits, 2019/11/20
- 182/329: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/20
- 185/329: gnu: ghc-aeson-pretty: Update to 0.8.8., guix-commits, 2019/11/20
- 189/329: gnu: ghc-shakespeare: Update to 2.0.22., guix-commits, 2019/11/20
- 194/329: gnu: ghc-http-api-data: Update to 0.4.1., guix-commits, 2019/11/20
- 200/329: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/20
- 199/329: gnu: ghc-monad-par: Add a patch to fix tests on GHC 8.6., guix-commits, 2019/11/20
- 209/329: gnu: ghc-bsb-http-chunked: Update to 0.0.0.4., guix-commits, 2019/11/20
- 212/329: gnu: ghc-uri-bytestring: Update to 0.3.2.2., guix-commits, 2019/11/20