guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ghc-optparse-applicative: Update to 0.14.2.0.


From: Arun Isaac
Subject: 01/01: gnu: ghc-optparse-applicative: Update to 0.14.2.0.
Date: Sun, 26 Aug 2018 02:03:33 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 3c30054290b743c134c19ce7c1eb73b90089b734
Author: Arun Isaac <address@hidden>
Date:   Sun Aug 26 10:37:06 2018 +0530

    gnu: ghc-optparse-applicative: Update to 0.14.2.0.
    
    * gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.14.2.0.
    [arguments]: Enable tests.
---
 gnu/packages/haskell.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 759ca60..540c2e9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4256,7 +4256,7 @@ simple general-purpose data structure\".")
 (define-public ghc-optparse-applicative
   (package
     (name "ghc-optparse-applicative")
-    (version "0.13.0.0")
+    (version "0.14.2.0")
     (source
      (origin
        (method url-fetch)
@@ -4265,15 +4265,8 @@ simple general-purpose data structure\".")
              "/optparse-applicative-" version ".tar.gz"))
        (sha256
         (base32
-         "1b0c5fdq8bd070g24vrjrwlq979r8dk8mys6aji9hy1l9pcv3inf"))))
+         "0c3z1mvynlyv1garjbdmdd3npm40dabgm75js4r07cf766c1wd71"))))
     (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]