gnu: ghc-parser-combinators: Update to 1.1.0.
* gnu/packages/haskell-xyz.scm (ghc-parser-combinators): Update to 1.1.0.master
parent
9822b9ca2a
commit
2f17316097
|
@ -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")
|
||||||
|
|
Reference in New Issue