gnu: ghc-polyparse: Update to 1.12.
* gnu/packages/haskell.scm (ghc-polyparse): Update to 1.12.
This commit is contained in:
parent
7d4de988a7
commit
7fb6eb174f
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue