[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/53: gnu: ghc-hunit: Update to 1.6.0.0.
From: |
Ricardo Wurmus |
Subject: |
22/53: gnu: ghc-hunit: Update to 1.6.0.0. |
Date: |
Thu, 16 Aug 2018 11:04:59 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f1ac3bba6648484b096a6792940e0e2c55b151e0
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 15 11:25:45 2018 +0200
gnu: ghc-hunit: Update to 1.6.0.0.
* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.6.0.0.
[inputs]: Add ghc-call-stack-boot.
---
gnu/packages/haskell-check.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index d6b171d..b2d3520 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -603,19 +603,21 @@ using Template Haskell")
(define-public ghc-hunit
(package
(name "ghc-hunit")
- (version "1.3.1.2")
+ (version "1.6.0.0")
(outputs '("out" "doc"))
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://hackage.haskell.org/package/HUnit/HUnit-"
- version
- ".tar.gz"))
+ (uri (string-append "https://hackage.haskell.org/package/HUnit/"
+ "HUnit-" version ".tar.gz"))
(sha256
(base32
- "10akdh4fl615rrshxi3m5gf414il1q42z4zqyb6q4jasmscvzpms"))))
+ "1pnhwqq5v8h48gbp3ibv3skfj25mf4zs5svxcavq93p9cswycj3l"))))
(build-system haskell-build-system)
+ (inputs
+ ;; We cannot use ghc-call-stack there, because it depends on
+ ;; ghc-nanospec, which depends on ghc-hunit.
+ `(("ghc-call-stack" ,ghc-call-stack-boot)))
(home-page "http://hunit.sourceforge.net/")
(synopsis "Unit testing framework for Haskell")
(description
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., (continued)
- 19/53: gnu: ghc-http-client: Update to 0.5.13.1., Ricardo Wurmus, 2018/08/16
- 27/53: gnu: ghc-conduit-combinators: Update to 1.3.0., Ricardo Wurmus, 2018/08/16
- 52/53: gnu: Add r-rootsolve., Ricardo Wurmus, 2018/08/16
- 46/53: gnu: Add ghc-intervalmap., Ricardo Wurmus, 2018/08/16
- 45/53: gnu: Add ghc-missingh., Ricardo Wurmus, 2018/08/16
- 28/53: gnu: ghc-mono-traversable: Update to 1.0.9.0., Ricardo Wurmus, 2018/08/16
- 50/53: gnu: Add ghc-chart., Ricardo Wurmus, 2018/08/16
- 24/53: gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2., Ricardo Wurmus, 2018/08/16
- 37/53: gnu: ghc-http: Update to 4000.3.12., Ricardo Wurmus, 2018/08/16
- 53/53: gnu: Add r-inspect., Ricardo Wurmus, 2018/08/16
- 22/53: gnu: ghc-hunit: Update to 1.6.0.0.,
Ricardo Wurmus <=
- 47/53: gnu: Add ghc-operational., Ricardo Wurmus, 2018/08/16