[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/53: gnu: ghc-hspec-core: Update to 2.5.5.
From: |
Ricardo Wurmus |
Subject: |
11/53: gnu: ghc-hspec-core: Update to 2.5.5. |
Date: |
Thu, 16 Aug 2018 11:04:57 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3b8e47745d045afd36eadc83eb0a6289ceabc9e5
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:20:24 2018 +0200
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.
---
gnu/packages/haskell-check.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index f40bc7c..ef07748 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -649,23 +649,22 @@ runs Hspec tests.")
(define-public ghc-hspec-core
(package
(name "ghc-hspec-core")
- (version "2.2.4")
+ (version "2.5.5")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/hspec-core/hspec-core-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/hspec-core/"
+ "hspec-core-" version ".tar.gz"))
(sha256
(base32
- "0x845ngfl6vf65fnpb5mm3wj0ql45pz11bnm0x4gxc4ybd9c52ij"))))
+ "1vfrqlpn32s9wiykmkxbnrnd5p56yznw20pf8fwzw78ar4wpz55x"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs
`(("ghc-setenv" ,ghc-setenv)
("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-async" ,ghc-async)
+ ("ghc-clock" ,ghc-clock)
("ghc-quickcheck-io" ,ghc-quickcheck-io)
("ghc-hunit" ,ghc-hunit)
("ghc-quickcheck" ,ghc-quickcheck)
- 34/53: gnu: ghc-resourcet: Update to 1.2.1., (continued)
- 34/53: gnu: ghc-resourcet: Update to 1.2.1., Ricardo Wurmus, 2018/08/16
- 12/53: gnu: ghc-hspec-meta: Update to 2.4.6., Ricardo Wurmus, 2018/08/16
- 15/53: gnu: ghc-hspec: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 38/53: gnu: ghc-enclosed-exceptions: Update to 1.0.3., Ricardo Wurmus, 2018/08/16
- 23/53: gnu: ghc-test-framework-hunit: Fix build with new HUnit., Ricardo Wurmus, 2018/08/16
- 42/53: gnu: Add ghc-double-conversion., Ricardo Wurmus, 2018/08/16
- 44/53: gnu: Add ghc-errorcall-eq-instance., Ricardo Wurmus, 2018/08/16
- 16/53: gnu: ghc-tagsoup: Update to 0.14.6., Ricardo Wurmus, 2018/08/16
- 26/53: gnu: ghc-uuid: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 33/53: gnu: ghc-pandoc-types: Update to 1.17.5.1., Ricardo Wurmus, 2018/08/16
- 11/53: gnu: ghc-hspec-core: Update to 2.5.5.,
Ricardo Wurmus <=
- 31/53: gnu: ghc-conduit: Update to 1.3.0.3., Ricardo Wurmus, 2018/08/16
- 17/53: gnu: Add ghc-httpd-shed., Ricardo Wurmus, 2018/08/16
- 20/53: gnu: ghc-http-conduit: Update to 2.3.2., Ricardo Wurmus, 2018/08/16
- 25/53: gnu: ghc-uuid-types: Allow building with newer HUnit., Ricardo Wurmus, 2018/08/16
- 39/53: gnu: ghc-vector-algorithms: Fix build errors., Ricardo Wurmus, 2018/08/16
- 35/53: gnu: ghc-streaming-commons: Update to 0.2.1.0., Ricardo Wurmus, 2018/08/16
- 41/53: gnu: Add ghc-convertible., Ricardo Wurmus, 2018/08/16
- 29/53: gnu: Add ghc-typed-process., Ricardo Wurmus, 2018/08/16
- 40/53: gnu: ghc-pandoc: Update to 2.2.1., Ricardo Wurmus, 2018/08/16
- 43/53: gnu: Add ghc-regex., Ricardo Wurmus, 2018/08/16