guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

147/290: gnu: ghc-system-fileio: Update to 0.3.16.4.


From: guix-commits
Subject: 147/290: gnu: ghc-system-fileio: Update to 0.3.16.4.
Date: Wed, 6 Nov 2019 08:22:51 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit fcb246ef02491c7f598505a66bb3cde6c7163947
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 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 14fba34..b012c95 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9982,7 +9982,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)
@@ -9991,8 +9991,15 @@ 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")))))))
     (inputs
      `(("ghc-system-filepath" ,ghc-system-filepath)
        ("ghc-chell" ,ghc-chell)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]