summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:13:35 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:08 -0500
commitb900f4860ebdd607361d34c6dbc0124d6600ae66 (patch)
treefc652241f0fd9b895a3af3cf4f094ea50bf78ad4
parent65e29ed181bbafb2725a242d5ab533bb7129d244 (diff)
downloadguix-b900f4860ebdd607361d34c6dbc0124d6600ae66.tar.gz
gnu: ghc-glob: Update to 0.10.0.
* gnu/packages/haskell-xyz.scm (ghc-glob): Update to 0.10.0.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 3c51f4c245..fa585133dc 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3898,7 +3898,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)
@@ -3907,7 +3907,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)