me
/
guix
Archived
1
0
Fork 0

gnu: ghc-parser-combinators: Update to 1.1.0.

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

View File

@ -7399,7 +7399,7 @@ building up, manipulating and serialising @code{Pandoc} structures.")
(define-public ghc-parser-combinators (define-public ghc-parser-combinators
(package (package
(name "ghc-parser-combinators") (name "ghc-parser-combinators")
(version "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7408,7 +7408,7 @@ building up, manipulating and serialising @code{Pandoc} structures.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pwfdsklqwvaynwpdzmx1bs35mp6dpsyaqdnzxnqcrxwf5h8sk75")))) "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/mrkkrp/parser-combinators") (home-page "https://github.com/mrkkrp/parser-combinators")
(synopsis "Commonly useful parser combinators") (synopsis "Commonly useful parser combinators")