mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-hspec-meta: Update to 2.6.0.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.6.0. [inputs]: Remove 'ghc-async' and add 'ghc-clock'.
This commit is contained in:
parent
0841b6f248
commit
ad128630cb
1 changed files with 3 additions and 3 deletions
|
@ -637,7 +637,7 @@ be used to extend Hspec's functionality.")
|
||||||
(define-public ghc-hspec-meta
|
(define-public ghc-hspec-meta
|
||||||
(package
|
(package
|
||||||
(name "ghc-hspec-meta")
|
(name "ghc-hspec-meta")
|
||||||
(version "2.4.6")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -645,13 +645,13 @@ be used to extend Hspec's functionality.")
|
||||||
"hspec-meta-" version ".tar.gz"))
|
"hspec-meta-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qmvk01n79j6skn79r6zalg2pd0x0nqqn9qn8mhg0pgyzcdnfc9b"))))
|
"1n1a4633wfivylglji8920f67mx7qz8j4q58n8p7dxk6yg4h3mz6"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
("ghc-async" ,ghc-async)
|
("ghc-clock" ,ghc-clock)
|
||||||
("ghc-hspec-expectations" ,ghc-hspec-expectations)
|
("ghc-hspec-expectations" ,ghc-hspec-expectations)
|
||||||
("ghc-setenv" ,ghc-setenv)
|
("ghc-setenv" ,ghc-setenv)
|
||||||
("ghc-random" ,ghc-random)
|
("ghc-random" ,ghc-random)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue