guix-commits
[Top][All Lists]
Advanced

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

92/257: gnu: ghc-exceptions: Update to 0.10.0.


From: Ricardo Wurmus
Subject: 92/257: gnu: ghc-exceptions: Update to 0.10.0.
Date: Thu, 27 Sep 2018 15:47:06 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit a2e419837c2140497fe2df79ee1f51568c3bd6d6
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:53:55 2018 -0400

    gnu: ghc-exceptions: Update to 0.10.0.
    
    * gnu/packages/haskell.scm (ghc-exceptions): Update to 0.10.0.
    [arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag.
    [native-inputs]: Add ghc-quickcheck, ghc-test-framework, and
    ghc-test-framework-hunit.
---
 gnu/packages/haskell.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ec262f1..ee88b89 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3302,7 +3302,7 @@ consuming feeds in both RSS (Really Simple Syndication) 
and Atom format.")
 (define-public ghc-exceptions
   (package
     (name "ghc-exceptions")
-    (version "0.8.3")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
@@ -3312,12 +3312,12 @@ consuming feeds in both RSS (Really Simple Syndication) 
and Atom format.")
              ".tar.gz"))
        (sha256
         (base32
-         "1gl7xzffsqmigam6zg0jsglncgzxqafld2p6kb7ccp9xirzdjsjd"))))
+         "1ms9zansv0pwzwdjncvx4kf18lnkjy2p61hvjhvxmjx5bqp93p8y"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:configure-flags (list "--allow-newer=QuickCheck")))
     (native-inputs
-     `(("ghc-test-framework" ,ghc-test-framework)
+     `(("ghc-quickcheck" ,ghc-quickcheck)
+       ("ghc-test-framework" ,ghc-test-framework)
+       ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
     (inputs
      `(("ghc-stm" ,ghc-stm)



reply via email to

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