[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/53: gnu: hspec-discover: Update to 2.5.5.
From: |
Ricardo Wurmus |
Subject: |
10/53: gnu: hspec-discover: 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 8d04a5c968c0600b1d2d1e889d189e82d2278971
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:19:06 2018 +0200
gnu: hspec-discover: Update to 2.5.5.
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.5.5.
[arguments]: Enable haddock phase.
[inputs]: Move ghc-hspec-meta from here...
[native-inputs]: ...to here; add ghc-quickcheck.
---
gnu/packages/haskell-check.scm | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 7453f9f..f40bc7c 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -626,21 +626,20 @@ JUnit tool for Java.")
(define-public hspec-discover
(package
(name "hspec-discover")
- (version "2.2.4")
+ (version "2.5.5")
(source
(origin
(method url-fetch)
- (uri (string-append
-
"https://hackage.haskell.org/package/hspec-discover/hspec-discover-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "hspec-discover/hspec-discover-"
+ version ".tar.gz"))
(sha256
(base32
- "1bz7wb8v0bx1amiz4bpj34xq97d1ia29n3f654wcrh6lacydp3dv"))))
+ "04aidzi91ccr9bygmfkjzshz34z9vh8wvqj4zinx2clxq6r7gqfz"))))
(build-system haskell-build-system)
- (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
- ; documentation files.
- (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hspec-meta" ,ghc-hspec-meta)))
(home-page "https://hspec.github.io/")
(synopsis "Automatically discover and run Hspec tests")
(description "hspec-discover is a tool which automatically discovers and
- 06/53: gnu: Add python-argparse-manpage., (continued)
- 06/53: gnu: Add python-argparse-manpage., Ricardo Wurmus, 2018/08/16
- 03/53: gnu: Add r-refgenome., Ricardo Wurmus, 2018/08/16
- 02/53: gnu: Add r-doby., Ricardo Wurmus, 2018/08/16
- 05/53: gnu: Add r-blockfest., Ricardo Wurmus, 2018/08/16
- 01/53: gnu: Add nudoku., Ricardo Wurmus, 2018/08/16
- 09/53: gnu: Add r-hash., Ricardo Wurmus, 2018/08/16
- 07/53: gnu: Add python-ldap., Ricardo Wurmus, 2018/08/16
- 08/53: gnu: Add 389-ds-base., Ricardo Wurmus, 2018/08/16
- 21/53: gnu: Add ghc-call-stack-boot., Ricardo Wurmus, 2018/08/16
- 14/53: gnu: ghc-hspec-expectations: Update to 0.8.2., Ricardo Wurmus, 2018/08/16
- 10/53: gnu: hspec-discover: Update to 2.5.5.,
Ricardo Wurmus <=
- 36/53: gnu: ghc-blaze-html: Allow build with newer HUnit., Ricardo Wurmus, 2018/08/16
- 30/53: gnu: ghc-conduit-extra: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 13/53: gnu: ghc-hspec-contrib: Update to 0.5.0., Ricardo Wurmus, 2018/08/16
- 32/53: gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints., Ricardo Wurmus, 2018/08/16
- 18/53: gnu: ghc-http-types: Update to 0.12.1., Ricardo Wurmus, 2018/08/16
- 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