gnu: ghc-parsec: Update to 3.1.15.0.

Missed by automation.

* gnu/packages/haskell-xyz.scm (ghc-parsec)[version]: Update to 3.1.15.0.
[native-inputs]: Switch from HUnit to tasty.
This commit is contained in:
Lars-Dominik Braun 2023-01-25 09:35:11 +01:00
parent 9ce5ec5397
commit 7d60b97a6f
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -8342,18 +8342,15 @@ (define-public ghc-parallel
(define-public ghc-parsec (define-public ghc-parsec
(package (package
(name "ghc-parsec") (name "ghc-parsec")
(version "3.1.14.0") (version "3.1.15.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (hackage-uri "parsec" version)) (uri (hackage-uri "parsec" version))
(sha256 (sha256
(base32 (base32
"132waj2cpn892midbhpkfmb74qq83v0zv29v885frlp1gvh94b67")))) "1v8zs8zv1rk16lag2yqaxfwanjpgnh4gxw1vd70py0n04d20z0lq"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (list ghc-hunit ghc-test-framework ghc-test-framework-hunit)) (native-inputs (list ghc-tasty ghc-tasty-hunit))
(arguments
`(#:cabal-revision
("4" "0p65q054iaz2117a5qk1428dic4sb41acclys9k00zna24ks7iq3")))
(home-page "https://github.com/haskell/parsec") (home-page "https://github.com/haskell/parsec")
(synopsis "Monadic parser combinators") (synopsis "Monadic parser combinators")
(description "Parsec is designed from scratch as an industrial-strength (description "Parsec is designed from scratch as an industrial-strength