guix-commits
[Top][All Lists]
Advanced

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

108/257: gnu: ghc-glob: Update to 0.9.2.


From: Ricardo Wurmus
Subject: 108/257: gnu: ghc-glob: Update to 0.9.2.
Date: Thu, 27 Sep 2018 15:47:09 -0400 (EDT)

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

commit 43ba63bb35ccafc7de02e85a9f4e5debcd70aed4
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:22:58 2018 -0400

    gnu: ghc-glob: Update to 0.9.2.
    
    * gnu/packages/haskell.scm (ghc-glob): Update to 0.9.2.
---
 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 ad27832..df1746b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8376,7 +8376,7 @@ Typical applications of Priority Search Queues include:
 (define-public ghc-glob
   (package
     (name "ghc-glob")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
@@ -8385,7 +8385,7 @@ Typical applications of Priority Search Queues include:
                            "Glob-" version ".tar.gz"))
        (sha256
         (base32
-         "0rzmsknl02p332dxmm36fyrz3dpma7bchn0ymyjipxvqil20pjw0"))))
+         "1rbwcq9w9951qsnp13vqcm9r01yax2yh1wk8s4zxa3ckk9717iwg"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-dlist" ,ghc-dlist)



reply via email to

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