[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/328: gnu: ghc-system-fileio: Update to 0.3.16.4.
From: |
guix-commits |
Subject: |
147/328: gnu: ghc-system-fileio: Update to 0.3.16.4. |
Date: |
Sat, 16 Nov 2019 19:32:55 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 17423369f7279f1085e6679892252091cfe3bc2f
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 12:55:37 2019 -0400
gnu: ghc-system-fileio: Update to 0.3.16.4.
* gnu/packages/haskell-xyz.scm (ghc-system-fileio): Update to 0.3.16.4.
[arguments]: Add a phase that updates the Cabal file to allow for newer
versions of 'chell'.
---
gnu/packages/haskell-xyz.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 360fbec..946948b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10002,7 +10002,7 @@ variety of traversals.")
(define-public ghc-system-fileio
(package
(name "ghc-system-fileio")
- (version "0.3.16.3")
+ (version "0.3.16.4")
(source
(origin
(method url-fetch)
@@ -10011,8 +10011,16 @@ variety of traversals.")
version ".tar.gz"))
(sha256
(base32
- "1484hcl27s2qcby8ws5djj11q9bz68bspcifz9h5gii2ndy70x9i"))))
+ "1iy6g1f35gzyj12g9mdiw4zf75mmxpv1l8cyaldgyscsl648pr9l"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "system-fileio.cabal"
+ (("chell >= 0\\.4 && < 0\\.5") "chell >= 0.4"))
+ #t)))))
(inputs
`(("ghc-system-filepath" ,ghc-system-filepath)
("ghc-chell" ,ghc-chell)
- 172/328: gnu: ghc-hxt: Update to 9.3.1.18., (continued)
- 172/328: gnu: ghc-hxt: Update to 9.3.1.18., guix-commits, 2019/11/16
- 170/328: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/16
- 173/328: gnu: ghc-hslua: Update to 1.0.3.2., guix-commits, 2019/11/16
- 103/328: gnu: ghc-zlib: Update to 0.6.2.1., guix-commits, 2019/11/16
- 143/328: gnu: ghc-typed-process: Update to 0.2.6.0., guix-commits, 2019/11/16
- 152/328: gnu: ghc-iproute: Update to 1.7.7., guix-commits, 2019/11/16
- 175/328: gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/16
- 179/328: gnu: ghc-tls-session-manager: Update to 0.0.3., guix-commits, 2019/11/16
- 140/328: gnu: ghc-atomic-write: Update to 0.2.0.6., guix-commits, 2019/11/16
- 142/328: gnu: ghc-network: Update to 2.8.0.1., guix-commits, 2019/11/16
- 147/328: gnu: ghc-system-fileio: Update to 0.3.16.4.,
guix-commits <=
- 165/328: gnu: ghc-haskell-src-exts-util: Update to 0.2.5., guix-commits, 2019/11/16
- 169/328: gnu: ghc-httpd-shed: Update to 0.4.1.1., guix-commits, 2019/11/16
- 182/328: gnu: ghc-snap-core: Update to 1.0.4.0., guix-commits, 2019/11/16
- 190/328: gnu: ghc-aeson-compat: Update to 0.3.9., guix-commits, 2019/11/16
- 187/328: gnu: ghc-skylighting-core: Update to 0.8.2.1., guix-commits, 2019/11/16
- 191/328: gnu: ghc-pandoc-types: Update to 1.17.6.1., guix-commits, 2019/11/16
- 197/328: gnu: ghc-inline-c-cpp: Update to 0.3.0.3., guix-commits, 2019/11/16
- 186/328: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/16
- 200/328: gnu: Add ghc-dense-linear-algebra., guix-commits, 2019/11/16
- 203/328: gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/16