gnu: ghc-glob: Update to 0.10.0.

* gnu/packages/haskell-xyz.scm (ghc-glob): Update to 0.10.0.
This commit is contained in:
Timothy Sample 2019-10-31 10:13:35 -04:00
parent 65e29ed181
commit b900f4860e
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -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)