guix-commits
[Top][All Lists]
Advanced

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

157/272: gnu: ghc-typed-process: Update to 0.2.3.0.


From: Ricardo Wurmus
Subject: 157/272: gnu: ghc-typed-process: Update to 0.2.3.0.
Date: Mon, 1 Oct 2018 06:13:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 10ae734585c9f11fd0bd5353120d026d058e1950
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:50:16 2018 -0400

    gnu: ghc-typed-process: Update to 0.2.3.0.
    
    * gnu/packages/haskell.scm (ghc-typed-process): Update to 0.2.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 935b126..d7b0906 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6764,7 +6764,7 @@ better for some purposes.")
 (define-public ghc-typed-process
   (package
     (name "ghc-typed-process")
-    (version "0.2.2.0")
+    (version "0.2.3.0")
     (source
      (origin
        (method url-fetch)
@@ -6773,7 +6773,7 @@ better for some purposes.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0c6gvgvjyncbni9a5bvpbglknd4yclr3d3hfg9bhgahmkj40dva2"))))
+         "0j36vrc9w841m5qbwqra1lwiznx31xfnhin1sm8x2c2739csbpn0"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-async" ,ghc-async)



reply via email to

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