[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/53: gnu: ghc-hspec-expectations: Update to 0.8.2.
From: |
Ricardo Wurmus |
Subject: |
14/53: gnu: ghc-hspec-expectations: Update to 0.8.2. |
Date: |
Thu, 16 Aug 2018 11:04:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 15fb81e58759809659d00b16e8af6c46665cc8a4
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:21:28 2018 +0200
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.
---
gnu/packages/haskell-check.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index dcf79b6..a3179cf 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -762,18 +762,19 @@ Haskell, inspired by the Ruby library RSpec.")
(define-public ghc-hspec-expectations
(package
(name "ghc-hspec-expectations")
- (version "0.7.2")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
- (uri (string-append
-
"https://hackage.haskell.org/package/hspec-expectations/hspec-expectations-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "hspec-expectations/hspec-expectations-"
+ version ".tar.gz"))
(sha256
(base32
- "1w56jiqfyl237sr207gh3b0l8sr9layy0mdsgd5wknzb49mif6ip"))))
+ "1vxl9zazbaapijr6zmcj72j9wf7ka1pirrjbwddwwddg3zm0g5l1"))))
(build-system haskell-build-system)
+ ;; Tests depend on ghc-nanospec.
+ (arguments '(#:tests? #f))
(inputs `(("ghc-hunit" ,ghc-hunit)))
(home-page "https://github.com/sol/hspec-expectations")
(synopsis "Catchy combinators for HUnit")
- 04/53: gnu: Add r-basix., (continued)
- 04/53: gnu: Add r-basix., Ricardo Wurmus, 2018/08/16
- 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 <=
- 10/53: gnu: hspec-discover: Update to 2.5.5., Ricardo Wurmus, 2018/08/16
- 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