me
/
guix
Archived
1
0
Fork 0

gnu: ghc-polyparse: Update to 1.12.1.

* gnu/packages/haskell-xyz.scm (ghc-polyparse): Update to 1.12.1.
master
Timothy Sample 2019-10-31 00:46:18 -04:00
parent 82478c586a
commit 9822b9ca2a
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

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