guix-commits
[Top][All Lists]
Advanced

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

11/290: gnu: ghc-parser-combinators: Update to 1.1.0.


From: guix-commits
Subject: 11/290: gnu: ghc-parser-combinators: Update to 1.1.0.
Date: Wed, 6 Nov 2019 08:22:15 -0500 (EST)

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

commit fd557a657b9a0f032c1b4794cb582aa9db831ff7
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 00:49:26 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 298e4e9..72be2e9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7361,7 +7361,7 @@ building up, manipulating and serialising @code{Pandoc} 
structures.")
 (define-public ghc-parser-combinators
   (package
     (name "ghc-parser-combinators")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
@@ -7370,7 +7370,7 @@ building up, manipulating and serialising @code{Pandoc} 
structures.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1pwfdsklqwvaynwpdzmx1bs35mp6dpsyaqdnzxnqcrxwf5h8sk75"))))
+         "149yhbnrrl108h1jinrsxni3rwrldhphpk9bbmbpr90q5fbl4xmc"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/mrkkrp/parser-combinators";)
     (synopsis "Commonly useful parser combinators")



reply via email to

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