guix-commits
[Top][All Lists]
Advanced

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

114/328: gnu: ghc-unliftio: Update to 0.2.12.


From: guix-commits
Subject: 114/328: gnu: ghc-unliftio: Update to 0.2.12.
Date: Sat, 16 Nov 2019 19:32:35 -0500 (EST)

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

commit 8dd934bc5db207fa4d82a54a7f15998f2ec22259
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:25:38 2019 -0400

    gnu: ghc-unliftio: Update to 0.2.12.
    
    * gnu/packages/haskell-xyz.scm (ghc-unliftio): Update to 0.2.12.
---
 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 ea14390..256e33b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10929,7 +10929,7 @@ for Unix time in Haskell.")
 (define-public ghc-unliftio
   (package
     (name "ghc-unliftio")
-    (version "0.2.7.0")
+    (version "0.2.12")
     (source
      (origin
        (method url-fetch)
@@ -10939,7 +10939,7 @@ for Unix time in Haskell.")
              ".tar.gz"))
        (sha256
         (base32
-         "0qql93lq5w7qghl454cc3s1i8v1jb4h08n82fqkw0kli4g3g9njs"))))
+         "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH
     (inputs



reply via email to

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