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

* gnu/packages/haskell-xyz.scm (ghc-parser-combinators): Update to 1.1.0.
This commit is contained in:
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

View file

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