guix-commits
[Top][All Lists]
Advanced

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

13/257: gnu: ghc-happy: Update to 1.19.9.


From: Ricardo Wurmus
Subject: 13/257: gnu: ghc-happy: Update to 1.19.9.
Date: Thu, 27 Sep 2018 15:46:48 -0400 (EDT)

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

commit 909b5be2a73e4cc4fde2d4c797e8f6d782d9399c
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 21:29:30 2018 -0400

    gnu: ghc-happy: Update to 1.19.9.
    
    * gnu/packages/haskell.scm (ghc-happy): Update to 1.19.9.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 98cd790..98c2c3f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1096,7 +1096,7 @@ postfix notation.  For more information on stack based 
languages, see
 (define-public ghc-happy
   (package
     (name "ghc-happy")
-    (version "1.19.8")
+    (version "1.19.9")
     (source
      (origin
        (method url-fetch)
@@ -1106,7 +1106,7 @@ postfix notation.  For more information on stack based 
languages, see
              ".tar.gz"))
        (sha256
         (base32
-         "186ky3bly0i3cc56qk3r7j7pxh2108aackq4n2lli7jmbnb3kxsd"))))
+         "138xpxdb7x62lpmgmb6b3v3vgdqqvqn4273jaap3mjmc2gla709y"))))
     (build-system haskell-build-system)
     (home-page "https://hackage.haskell.org/package/happy";)
     (synopsis "Parser generator for Haskell")



reply via email to

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