gnu: ghc-hspec-expectations: Update to 0.8.2.
* gnu/packages/haskell-check.scm (ghc-hspec-expectations): Update to 0.8.2. [arguments]: Disable tests.
This commit is contained in:
parent
33a0785998
commit
15fb81e587
|
@ -762,18 +762,19 @@ Haskell, inspired by the Ruby library RSpec.")
|
||||||
(define-public ghc-hspec-expectations
|
(define-public ghc-hspec-expectations
|
||||||
(package
|
(package
|
||||||
(name "ghc-hspec-expectations")
|
(name "ghc-hspec-expectations")
|
||||||
(version "0.7.2")
|
(version "0.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"https://hackage.haskell.org/package/hspec-expectations/hspec-expectations-"
|
"hspec-expectations/hspec-expectations-"
|
||||||
version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w56jiqfyl237sr207gh3b0l8sr9layy0mdsgd5wknzb49mif6ip"))))
|
"1vxl9zazbaapijr6zmcj72j9wf7ka1pirrjbwddwwddg3zm0g5l1"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
;; Tests depend on ghc-nanospec.
|
||||||
|
(arguments '(#:tests? #f))
|
||||||
(inputs `(("ghc-hunit" ,ghc-hunit)))
|
(inputs `(("ghc-hunit" ,ghc-hunit)))
|
||||||
(home-page "https://github.com/sol/hspec-expectations")
|
(home-page "https://github.com/sol/hspec-expectations")
|
||||||
(synopsis "Catchy combinators for HUnit")
|
(synopsis "Catchy combinators for HUnit")
|
||||||
|
|
Loading…
Reference in New Issue