guix-commits
[Top][All Lists]
Advanced

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

82/290: gnu: ghc-glob: Update to 0.10.0.


From: guix-commits
Subject: 82/290: gnu: ghc-glob: Update to 0.10.0.
Date: Wed, 6 Nov 2019 08:22:34 -0500 (EST)

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

commit 05f0ad8c5db2ed4d177e35e3892dbc362dfd8cec
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:13:35 2019 -0400

    gnu: ghc-glob: Update to 0.10.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-glob): Update to 0.10.0.
---
 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 dbead0f..f58078d 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3897,7 +3897,7 @@ info for more informative bug reports.")
 (define-public ghc-glob
   (package
     (name "ghc-glob")
-    (version "0.9.2")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
@@ -3906,7 +3906,7 @@ info for more informative bug reports.")
                            "Glob-" version ".tar.gz"))
        (sha256
         (base32
-         "1rbwcq9w9951qsnp13vqcm9r01yax2yh1wk8s4zxa3ckk9717iwg"))))
+         "0953f91f62ncna402vsrfzdcyxhdpjna3bgdw017kad0dfymacs7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-dlist" ,ghc-dlist)



reply via email to

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