me
/
guix
Archived
1
0
Fork 0

gnu: ghc-glob: Update to 0.10.0.

* gnu/packages/haskell-xyz.scm (ghc-glob): Update to 0.10.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3898,7 +3898,7 @@ info for more informative bug reports.")
(define-public ghc-glob (define-public ghc-glob
(package (package
(name "ghc-glob") (name "ghc-glob")
(version "0.9.2") (version "0.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3907,7 +3907,7 @@ info for more informative bug reports.")
"Glob-" version ".tar.gz")) "Glob-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rbwcq9w9951qsnp13vqcm9r01yax2yh1wk8s4zxa3ckk9717iwg")))) "0953f91f62ncna402vsrfzdcyxhdpjna3bgdw017kad0dfymacs7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-dlist" ,ghc-dlist) `(("ghc-dlist" ,ghc-dlist)