guix-commits
[Top][All Lists]
Advanced

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

189/257: gnu: ghc-connection: Update to 0.2.8.


From: Ricardo Wurmus
Subject: 189/257: gnu: ghc-connection: Update to 0.2.8.
Date: Thu, 27 Sep 2018 15:47:27 -0400 (EDT)

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

commit ca631afa590a52b75dfb42d6324d9a3a9bcd332d
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:48:11 2018 -0400

    gnu: ghc-connection: Update to 0.2.8.
    
    * gnu/packages/haskell.scm (ghc-connection): Update to 0.2.8.
---
 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 94ebae2..c158a1b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6416,7 +6416,7 @@ set, memory copy, ..) and more")
 (define-public ghc-connection
   (package
     (name "ghc-connection")
-    (version "0.2.6")
+    (version "0.2.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
@@ -6424,7 +6424,7 @@ set, memory copy, ..) and more")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1c1prsgad669cmf6qrqlb5hmh0dnam2imijqzpwcr4ja14l6rh83"))))
+                "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-byteable" ,ghc-byteable)



reply via email to

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