[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/328: gnu: ghc-hspec-meta: Update to 2.6.0.
From: |
guix-commits |
Subject: |
87/328: gnu: ghc-hspec-meta: Update to 2.6.0. |
Date: |
Sat, 16 Nov 2019 19:32:29 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a72da859aeea119a5bff2bbaf869d38f8997007c
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 10:10:18 2019 -0400
gnu: ghc-hspec-meta: Update to 2.6.0.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.6.0.
[inputs]: Remove 'ghc-async' and add 'ghc-clock'.
---
gnu/packages/haskell-check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 2ae02cd..e734290 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -637,7 +637,7 @@ be used to extend Hspec's functionality.")
(define-public ghc-hspec-meta
(package
(name "ghc-hspec-meta")
- (version "2.4.6")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
@@ -645,13 +645,13 @@ be used to extend Hspec's functionality.")
"hspec-meta-" version ".tar.gz"))
(sha256
(base32
- "0qmvk01n79j6skn79r6zalg2pd0x0nqqn9qn8mhg0pgyzcdnfc9b"))))
+ "1n1a4633wfivylglji8920f67mx7qz8j4q58n8p7dxk6yg4h3mz6"))))
(build-system haskell-build-system)
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hunit" ,ghc-hunit)
("ghc-ansi-terminal" ,ghc-ansi-terminal)
- ("ghc-async" ,ghc-async)
+ ("ghc-clock" ,ghc-clock)
("ghc-hspec-expectations" ,ghc-hspec-expectations)
("ghc-setenv" ,ghc-setenv)
("ghc-random" ,ghc-random)
- 45/328: gnu: Add ghc-splitmix-bootstrap., (continued)
- 45/328: gnu: Add ghc-splitmix-bootstrap., guix-commits, 2019/11/16
- 51/328: gnu: ghc-hs-bibutils: Update to 6.7.0.0., guix-commits, 2019/11/16
- 53/328: gnu: ghc-pqueue: Update to 1.4.1.2., guix-commits, 2019/11/16
- 57/328: gnu: ghc-vector: Update to 0.12.0.3., guix-commits, 2019/11/16
- 70/328: gnu: ghc-hashable-time: Update to 0.2.0.2., guix-commits, 2019/11/16
- 74/328: gnu: ghc-unordered-containers: Update to 0.2.10.0., guix-commits, 2019/11/16
- 78/328: gnu: ghc-concurrent-output: Update to 1.10.11., guix-commits, 2019/11/16
- 83/328: gnu: ghc-void: Update to 0.7.3., guix-commits, 2019/11/16
- 85/328: gnu: ghc-tasty: Update to 1.2.3., guix-commits, 2019/11/16
- 81/328: gnu: ghc-hmatrix: Update to 0.20.0.0., guix-commits, 2019/11/16
- 87/328: gnu: ghc-hspec-meta: Update to 2.6.0.,
guix-commits <=
- 88/328: gnu: hspec-discover: Update to 2.7.1., guix-commits, 2019/11/16
- 105/328: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/16
- 110/328: gnu: ghc-reflection: Update to 2.1.5., guix-commits, 2019/11/16
- 21/328: gnu: ghc-string-qq: Update to 0.0.4., guix-commits, 2019/11/16
- 26/328: gnu: ghc-statevar: Update to 1.2., guix-commits, 2019/11/16
- 46/328: gnu: ghc-primitive: Update Cabal file to r1., guix-commits, 2019/11/16
- 79/328: gnu: ghc-hinotify: Update to 0.4., guix-commits, 2019/11/16
- 82/328: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/16
- 109/328: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/16
- 52/328: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/16