[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0.
From: |
Ricardo Wurmus |
Subject: |
156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0. |
Date: |
Tue, 13 Feb 2018 07:38:28 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7c86efe77639abdd7dc1481650d05f08fbf48800
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 11:34:24 2018 +0100
gnu: ghc-optparse-applicative: Update to 0.13.0.0.
* gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.13.0.0.
[arguments]: Disable tests.
[native-inputs]: Add ghc-quickcheck.
---
gnu/packages/haskell.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1d1c440..af9ee3a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3928,7 +3928,7 @@ simple general-purpose data structure\".")
(define-public ghc-optparse-applicative
(package
(name "ghc-optparse-applicative")
- (version "0.11.0.2")
+ (version "0.13.0.0")
(source
(origin
(method url-fetch)
@@ -3937,11 +3937,20 @@ simple general-purpose data structure\".")
"/optparse-applicative-" version ".tar.gz"))
(sha256
(base32
- "0ni52ii9555jngljvzxn1ngicr6i2w647ww3rzhdrmng04y95iii"))))
+ "1b0c5fdq8bd070g24vrjrwlq979r8dk8mys6aji9hy1l9pcv3inf"))))
(build-system haskell-build-system)
+ ;; These tests fail because the package doesn't come with all needed test
+ ;; files:
+ ;; - prop_drops_back_contexts
+ ;; - prop_context_carry
+ ;; - prop_help_on_empty
+ ;; - prop_help_on_empty_sub
+ (arguments `(#:tests? #f))
(inputs
`(("ghc-transformers-compat" ,ghc-transformers-compat)
("ghc-ansi-wl-pprint" ,ghc-ansi-wl-pprint)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/pcapriotti/optparse-applicative")
(synopsis "Utilities and combinators for parsing command line options")
(description "This package provides utilities and combinators for parsing
- 79/177: gnu: ghc-sdl-mixer: Update to 0.6.2.0., (continued)
- 79/177: gnu: ghc-sdl-mixer: Update to 0.6.2.0., Ricardo Wurmus, 2018/02/13
- 80/177: gnu: ghc-zlib: Update to 0.6.1.1., Ricardo Wurmus, 2018/02/13
- 82/177: gnu: Add ghc-doctest-0.12., Ricardo Wurmus, 2018/02/13
- 81/177: gnu: Add cabal-doctest., Ricardo Wurmus, 2018/02/13
- 89/177: gnu: ghc-streaming-commons: Update to 0.1.16., Ricardo Wurmus, 2018/02/13
- 140/177: gnu: ghc-statevar: Update to 1.1.0.4., Ricardo Wurmus, 2018/02/13
- 144/177: gnu: Add ghc-nanospec., Ricardo Wurmus, 2018/02/13
- 173/177: gnu: ghc-reducers: Update to 3.12.2., Ricardo Wurmus, 2018/02/13
- 153/177: gnu: ghc-hourglass: Update to 0.2.10., Ricardo Wurmus, 2018/02/13
- 162/177: gnu: ghc-fgl-arbitrary: Fix build with newer QuickCheck., Ricardo Wurmus, 2018/02/13
- 156/177: gnu: ghc-optparse-applicative: Update to 0.13.0.0.,
Ricardo Wurmus <=
- 158/177: gnu: ghc-pandoc: Update to 2.0.6., Ricardo Wurmus, 2018/02/13
- 86/177: gnu: Add ghc-hxt-regex-xmlschema., Ricardo Wurmus, 2018/02/13
- 91/177: gnu: hscolour: Update to 1.24.1., Ricardo Wurmus, 2018/02/13
- 93/177: gnu: ghc-pcre-light: Update to 0.4.0.4., Ricardo Wurmus, 2018/02/13
- 94/177: gnu: ghc-parsers: Update to 0.12.4., Ricardo Wurmus, 2018/02/13
- 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7., Ricardo Wurmus, 2018/02/13
- 92/177: gnu: ghc-temporary: Update to 1.2.0.4., Ricardo Wurmus, 2018/02/13
- 98/177: gnu: ghc-parsec: Update to 3.1.11., Ricardo Wurmus, 2018/02/13
- 99/177: gnu: ghc-vault: Update to 0.3.0.6., Ricardo Wurmus, 2018/02/13
- 128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2, Ricardo Wurmus, 2018/02/13