gnu: ghc-glob: Update to 0.9.2.

* gnu/packages/haskell.scm (ghc-glob): Update to 0.9.2.
master
Timothy Sample 2018-08-28 23:22:58 -04:00 committed by Ricardo Wurmus
parent 48f8ba91ca
commit 2927343183
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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