guix-commits
[Top][All Lists]
Advanced

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

164/177: gnu: ghc-process: Update to 1.6.3.0.


From: Ricardo Wurmus
Subject: 164/177: gnu: ghc-process: Update to 1.6.3.0.
Date: Tue, 13 Feb 2018 07:38:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 64f597a611346b4d4c44e0b51b8e2ed438571c96
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 12:06:42 2018 +0100

    gnu: ghc-process: Update to 1.6.3.0.
    
    * gnu/packages/haskell.scm (ghc-process): Update to 1.6.3.0.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1b545e0..c551f44 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6617,7 +6617,7 @@ files and directories in a portable way.")
 (define-public ghc-process
   (package
     (name "ghc-process")
-    (version "1.4.2.0")
+    (version "1.6.3.0")
     (source
      (origin
        (method url-fetch)
@@ -6626,7 +6626,7 @@ files and directories in a portable way.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1v1bav5isqxq9fc4lw714x94qbfsjbm2nn12kjp69r1ql8jaaaqw"))))
+         "0lxkl0gmyy2sn3r9c7dyz8vz1cm6nvygmgrizilliir5bp42m8cc"))))
     (build-system haskell-build-system)
     (arguments
      `(#:phases



reply via email to

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