guix-commits
[Top][All Lists]
Advanced

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

142/290: gnu: ghc-network: Update to 2.8.0.1.


From: guix-commits
Subject: 142/290: gnu: ghc-network: Update to 2.8.0.1.
Date: Wed, 6 Nov 2019 08:22:49 -0500 (EST)

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

commit eb31e4a7e83754ed2f105aafca392100919f73e6
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 12:55:03 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7a20d00..dd217ac 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6812,7 +6812,7 @@ between 2 and 3 times faster than the Mersenne Twister.")
 (define-public ghc-network
   (package
     (name "ghc-network")
-    (version "2.6.3.6")
+    (version "2.8.0.1")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -6823,7 +6823,7 @@ between 2 and 3 times faster than the Mersenne Twister.")
              ".tar.gz"))
        (sha256
         (base32
-         "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
+         "0im8k51rw3ahmr23ny10pshwbz09jfg0fdpam0hzf2hgxnzmvxb1"))))
     (build-system haskell-build-system)
     ;; The regression tests depend on an unpublished module.
     (arguments `(#:tests? #f))



reply via email to

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