gnu: ghc-polyparse: Update to 1.12.

* gnu/packages/haskell.scm (ghc-polyparse): Update to 1.12.
This commit is contained in:
Ricardo Wurmus 2018-02-12 21:53:09 +01:00
parent 7d4de988a7
commit 7fb6eb174f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2577,7 +2577,7 @@ and mIRC chat codes.")
(define-public ghc-polyparse (define-public ghc-polyparse
(package (package
(name "ghc-polyparse") (name "ghc-polyparse")
(version "1.11") (version "1.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2587,7 +2587,7 @@ and mIRC chat codes.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1z417f80b0jm4dgv25fk408p3d9mmcd1dlbya3ry0zdx4md09vrh")))) "05dya1vdvq29hkhkdlsglzhw7bdn51rvs1javs0q75nf99c66k7m"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-text" ,ghc-text))) `(("ghc-text" ,ghc-text)))