gnu: ghc-tasty-silver: Update to 3.2.3.

* gnu/packages/haskell-check.scm (ghc-tasty-silver): Update to 3.2.3.
[inputs]: Add ghc-semigroups.
[native-inputs]: Add ghc-silently.
This commit is contained in:
Lars-Dominik Braun 2021-10-25 14:28:32 +02:00
parent 5a9e7cdd32
commit a37cb428c7
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -1208,7 +1208,7 @@ (define-public ghc-cabal-doctest
(define-public ghc-tasty-silver (define-public ghc-tasty-silver
(package (package
(name "ghc-tasty-silver") (name "ghc-tasty-silver")
(version "3.2.2") (version "3.2.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1217,7 +1217,7 @@ (define-public ghc-tasty-silver
version version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 "0zsl6nna8ir215qyxhyh2czx4i16hzw1n1m8jw8ym02j6sp6iz13")))) (base32 "0nvh2k8iqqkanmp7lpwd3asimyarzisly8wavbdahcxryn0j4xb7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal) `(("ghc-ansi-terminal" ,ghc-ansi-terminal)
@ -1225,13 +1225,13 @@ (define-public ghc-tasty-silver
("ghc-optparse-applicative" ,ghc-optparse-applicative) ("ghc-optparse-applicative" ,ghc-optparse-applicative)
("ghc-process-extras" ,ghc-process-extras) ("ghc-process-extras" ,ghc-process-extras)
("ghc-regex-tdfa" ,ghc-regex-tdfa) ("ghc-regex-tdfa" ,ghc-regex-tdfa)
("ghc-semigroups" ,ghc-semigroups)
("ghc-tagged" ,ghc-tagged) ("ghc-tagged" ,ghc-tagged)
("ghc-tasty" ,ghc-tasty) ("ghc-tasty" ,ghc-tasty)
("ghc-temporary" ,ghc-temporary))) ("ghc-temporary" ,ghc-temporary)))
(native-inputs `(("ghc-tasty-hunit" ,ghc-tasty-hunit))) (native-inputs
(arguments `(("ghc-tasty-hunit" ,ghc-tasty-hunit)
`(#:cabal-revision ("ghc-silently" ,ghc-silently)))
("1" "0mgdk77xz38zc46qbxvss6vnp4yk328zbpw1l0c1n0f5gyf6sbav")))
(home-page "https://github.com/phile314/tasty-silver") (home-page "https://github.com/phile314/tasty-silver")
(synopsis "Fancy test runner, including support for golden tests") (synopsis "Fancy test runner, including support for golden tests")
(description (description