gnu: ghc-polyparse: Update to 1.12.1.
* gnu/packages/haskell-xyz.scm (ghc-polyparse): Update to 1.12.1.master
parent
82478c586a
commit
9822b9ca2a
|
@ -7716,7 +7716,7 @@ functions for the ghc-persistent package.")
|
||||||
(define-public ghc-polyparse
|
(define-public ghc-polyparse
|
||||||
(package
|
(package
|
||||||
(name "ghc-polyparse")
|
(name "ghc-polyparse")
|
||||||
(version "1.12")
|
(version "1.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7726,7 +7726,7 @@ functions for the ghc-persistent package.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05dya1vdvq29hkhkdlsglzhw7bdn51rvs1javs0q75nf99c66k7m"))))
|
"19fs18g7fvfdkm9zy28cgighjcxfa6mcpqgyp6whmsjkb3h393fx"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"http://code.haskell.org/~malcolm/polyparse/")
|
"http://code.haskell.org/~malcolm/polyparse/")
|
||||||
|
|
Reference in New Issue