guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ghc-happy: Update to 1.19.8.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: ghc-happy: Update to 1.19.8.
Date: Wed, 29 Nov 2017 16:30:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ead48d05233af6c6ffea1338561a8189f81102ca
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Nov 29 21:57:27 2017 +0100

    gnu: ghc-happy: Update to 1.19.8.
    
    * gnu/packages/haskell.scm (ghc-happy): Update to 1.19.8.
    [arguments]: Delete; run all tests.
---
 gnu/packages/haskell.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9ea54c5..f1302f0 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2017 Peter Mikkelsen <address@hidden>
 ;;; Copyright © 2017 Alex Vong <address@hidden>
 ;;; Copyright © 2017 rsiddharth <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -875,7 +876,7 @@ postfix notation.  For more information on stack based 
languages, see
 (define-public ghc-happy
   (package
     (name "ghc-happy")
-    (version "1.19.5")
+    (version "1.19.8")
     (source
      (origin
        (method url-fetch)
@@ -885,10 +886,8 @@ postfix notation.  For more information on stack based 
languages, see
              ".tar.gz"))
        (sha256
         (base32
-         "1nj353q4z1g186fpjzf0dnsg71qhxqpamx8jy89rjjvv3p0kmw32"))))
+         "186ky3bly0i3cc56qk3r7j7pxh2108aackq4n2lli7jmbnb3kxsd"))))
     (build-system haskell-build-system)
-    (arguments `(#:tests? #f)) ;; cannot satisfy -package mtl.  Possible Cabal
-                               ;; issue.
     (inputs
      `(("ghc-mtl" ,ghc-mtl)))
     (home-page "https://hackage.haskell.org/package/happy";)



reply via email to

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