[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/177: gnu: ghc-attoparsec: Update to 0.13.2.2.
From: |
Ricardo Wurmus |
Subject: |
20/177: gnu: ghc-attoparsec: Update to 0.13.2.2. |
Date: |
Tue, 13 Feb 2018 07:38:04 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 1b1a1067d03d383398ccee6c39c8994d03abc99c
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 20:26:58 2018 +0100
gnu: ghc-attoparsec: Update to 0.13.2.2.
* gnu/packages/haskell.scm (ghc-attoparsec): Update to 0.13.2.2.
[arguments]: Disable tests.
[native-inputs]: Remove ghc-test-framework and
ghc-test-framework-quickcheck2;
add ghc-tasty and ghc-tasty-quickcheck.
---
gnu/packages/haskell.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e460a43..192a227 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2272,7 +2272,7 @@ with slicing and Clang-style colored diagnostics.")
(define-public ghc-attoparsec
(package
(name "ghc-attoparsec")
- (version "0.13.0.1")
+ (version "0.13.2.2")
(source
(origin
(method url-fetch)
@@ -2282,16 +2282,20 @@ with slicing and Clang-style colored diagnostics.")
".tar.gz"))
(sha256
(base32
- "0cprkr7bl4lrr80pz8mryb4rbfwdgpsrl7g0fbcaybhl8p5hm26f"))))
+ "0j6qcwd146yzlkc9mcvzvnixsyl65n2a68l28322q5v9p4g4g4yx"))))
(build-system haskell-build-system)
+ ;; FIXME: at least on test fails with QuickCheck > 2.9.2. Once upstream
+ ;; has updated the tests to work with a later version of QuickCheck we can
+ ;; re-enable them.
+ (arguments `(#:tests? #f))
(inputs
`(("ghc-scientific" ,ghc-scientific)
("ghc-text" ,ghc-text)))
(native-inputs
- `(("ghc-quickcheck" ,ghc-quickcheck)
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)
+ ("ghc-quickcheck" ,ghc-quickcheck)
("ghc-quickcheck-unicode" ,ghc-quickcheck-unicode)
- ("ghc-test-framework" ,ghc-test-framework)
- ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
("ghc-vector" ,ghc-vector)))
(home-page "https://github.com/bos/attoparsec")
(synopsis "Fast combinator parsing for bytestrings and text")
- 01/177: gnu: ghc-streaming-commons: Fix license and description., (continued)
- 01/177: gnu: ghc-streaming-commons: Fix license and description., Ricardo Wurmus, 2018/02/13
- 31/177: gnu: ghc-data-default: Update to 0.7.1.1., Ricardo Wurmus, 2018/02/13
- 26/177: gnu: ghc-hashable: Update to 1.2.6.1., Ricardo Wurmus, 2018/02/13
- 32/177: gnu: ghc-data-default-class: Update to 0.1.2.0., Ricardo Wurmus, 2018/02/13
- 34/177: gnu: ghc-haddock-api: Update to 2.17.3., Ricardo Wurmus, 2018/02/13
- 25/177: gnu: ghc-quickcheck-instances: Update to 0.3.16.1., Ricardo Wurmus, 2018/02/13
- 17/177: gnu: ghc-hspec-meta: Update to 2.2.1., Ricardo Wurmus, 2018/02/13
- 07/177: gnu: ghc-mtl: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 08/177: gnu: ghc-dlist: Update to 0.8.0.4., Ricardo Wurmus, 2018/02/13
- 15/177: gnu: ghc-hspec-core: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 20/177: gnu: ghc-attoparsec: Update to 0.13.2.2.,
Ricardo Wurmus <=
- 38/177: gnu: ghc-stm: Update to 2.4.5.0., Ricardo Wurmus, 2018/02/13
- 27/177: gnu: ghc-text: Update to 1.2.2.2., Ricardo Wurmus, 2018/02/13
- 02/177: gnu: ghc: Use ghc-8 as default GHC., Ricardo Wurmus, 2018/02/13
- 14/177: gnu: ghc-hspec: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 45/177: gnu: ghc-cgi: Update to 3001.3.0.2., Ricardo Wurmus, 2018/02/13
- 48/177: gnu: ghc-extra: Update to 1.6.3., Ricardo Wurmus, 2018/02/13
- 53/177: gnu: ghc-th-lift: Update to 0.7.8., Ricardo Wurmus, 2018/02/13
- 55/177: gnu: ghc-nats: Update to 1.1.1., Ricardo Wurmus, 2018/02/13
- 16/177: gnu: ghc-hunit: Update to 1.3.1.2., Ricardo Wurmus, 2018/02/13
- 05/177: gnu: ghc-quickcheck: Update to 2.10.1., Ricardo Wurmus, 2018/02/13