gnu: ghc-hspec: Update to 2.5.5.

* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5.
master
Ricardo Wurmus 2018-08-15 11:21:54 +02:00 committed by Ricardo Wurmus
parent 15fb81e587
commit c2c8d998fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 6 deletions

View File

@ -707,17 +707,15 @@ used to test the in-development version of Hspec.")
(define-public ghc-hspec
(package
(name "ghc-hspec")
(version "2.2.4")
(version "2.5.5")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/hspec/hspec-"
version
".tar.gz"))
(uri (string-append "https://hackage.haskell.org/package/hspec/"
"hspec-" version ".tar.gz"))
(sha256
(base32
"1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj"))))
"1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)