[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/328: gnu: ghc-hspec-core: Update to 2.7.1.
From: |
guix-commits |
Subject: |
107/328: gnu: ghc-hspec-core: Update to 2.7.1. |
Date: |
Sat, 16 Nov 2019 19:32:33 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 7f1a00b627206afb6cda299115547954bb1f97d7
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 10:22:19 2019 -0400
gnu: ghc-hspec-core: Update to 2.7.1.
* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.7.1.
[inputs]: Remove 'ghc-async' and add 'ghc-tf-random'.
---
gnu/packages/haskell-check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index ba54b13..4d28ad9 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -607,7 +607,7 @@ runs Hspec tests.")
(define-public ghc-hspec-core
(package
(name "ghc-hspec-core")
- (version "2.5.5")
+ (version "2.7.1")
(source
(origin
(method url-fetch)
@@ -615,19 +615,19 @@ runs Hspec tests.")
"hspec-core-" version ".tar.gz"))
(sha256
(base32
- "1vfrqlpn32s9wiykmkxbnrnd5p56yznw20pf8fwzw78ar4wpz55x"))))
+ "08vk8588lap00hsln8zl64dazbb28lzk4b4h5vnm7xvhg7r21k1c"))))
(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)
("ghc-hspec-expectations" ,ghc-hspec-expectations)
- ("ghc-silently" ,ghc-silently)))
+ ("ghc-silently" ,ghc-silently)
+ ("ghc-tf-random" ,ghc-tf-random)))
(home-page "https://hspec.github.io/")
(synopsis "Testing framework for Haskell")
(description "This library exposes internal types and functions that can
- 157/328: gnu: ghc-hslogger: Update to 1.2.12., (continued)
- 157/328: gnu: ghc-hslogger: Update to 1.2.12., guix-commits, 2019/11/16
- 163/328: gnu: ghc-parsers: Update to 0.12.10., guix-commits, 2019/11/16
- 136/328: gnu: ghc-wave: Update to 0.2.0., guix-commits, 2019/11/16
- 138/328: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/16
- 145/328: gnu: ghc-chell: Update to 0.5., guix-commits, 2019/11/16
- 156/328: gnu: ghc-socks: Update to 0.6.1., guix-commits, 2019/11/16
- 162/328: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/16
- 158/328: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/16
- 178/328: gnu: ghc-lifted-async: Update to 0.10.0.4., guix-commits, 2019/11/16
- 144/328: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/16
- 107/328: gnu: ghc-hspec-core: Update to 2.7.1.,
guix-commits <=
- 113/328: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/16
- 120/328: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/16
- 131/328: gnu: Add ghc-splitmix., guix-commits, 2019/11/16
- 128/328: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/16
- 130/328: gnu: Add ghc-base-compat-batteries., guix-commits, 2019/11/16
- 132/328: gnu: ghc-attoparsec: Update to 0.13.2.3., guix-commits, 2019/11/16
- 141/328: gnu: ghc-weigh: Update to 0.0.14., guix-commits, 2019/11/16
- 154/328: gnu: ghc-comonad: Update to 5.0.5., guix-commits, 2019/11/16
- 159/328: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/16
- 160/328: gnu: ghc-glut: Update to 2.7.0.15., guix-commits, 2019/11/16