gnu: ghc-hspec-core: Update to 2.5.5.
* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.5.5. [inputs]: Add ghc-clock.
This commit is contained in:
parent
8d04a5c968
commit
3b8e47745d
|
@ -649,23 +649,22 @@ runs Hspec tests.")
|
||||||
(define-public ghc-hspec-core
|
(define-public ghc-hspec-core
|
||||||
(package
|
(package
|
||||||
(name "ghc-hspec-core")
|
(name "ghc-hspec-core")
|
||||||
(version "2.2.4")
|
(version "2.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/hspec-core/"
|
||||||
"https://hackage.haskell.org/package/hspec-core/hspec-core-"
|
"hspec-core-" version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x845ngfl6vf65fnpb5mm3wj0ql45pz11bnm0x4gxc4ybd9c52ij"))))
|
"1vfrqlpn32s9wiykmkxbnrnd5p56yznw20pf8fwzw78ar4wpz55x"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
|
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-setenv" ,ghc-setenv)
|
`(("ghc-setenv" ,ghc-setenv)
|
||||||
("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
("ghc-ansi-terminal" ,ghc-ansi-terminal)
|
||||||
("ghc-async" ,ghc-async)
|
("ghc-async" ,ghc-async)
|
||||||
|
("ghc-clock" ,ghc-clock)
|
||||||
("ghc-quickcheck-io" ,ghc-quickcheck-io)
|
("ghc-quickcheck-io" ,ghc-quickcheck-io)
|
||||||
("ghc-hunit" ,ghc-hunit)
|
("ghc-hunit" ,ghc-hunit)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Loading…
Reference in New Issue