mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
9822b9ca2a
commit
2f17316097
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue