guix-commits
[Top][All Lists]
Advanced

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

163/328: gnu: ghc-parsers: Update to 0.12.10.


From: guix-commits
Subject: 163/328: gnu: ghc-parsers: Update to 0.12.10.
Date: Sat, 16 Nov 2019 19:32:59 -0500 (EST)

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

commit 2e29276f47e529afbe588cc9cf14af78bab9c671
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:00:56 2019 -0400

    gnu: ghc-parsers: Update to 0.12.10.
    
    * gnu/packages/haskell-xyz.scm (ghc-parsers): Update to 0.12.10.
---
 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 0d4f91f..219f970 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7449,7 +7449,7 @@ combinators.")
 (define-public ghc-parsers
   (package
     (name "ghc-parsers")
-    (version "0.12.9")
+    (version "0.12.10")
     (source
      (origin
        (method url-fetch)
@@ -7459,7 +7459,7 @@ combinators.")
              ".tar.gz"))
        (sha256
         (base32
-         "1r05sc1mcglk8w596kq9a1brfn9c2vll8lq16j07ln0vsz4jzrc1"))))
+         "0v0smxbzk1qpdfkfqqmrzd2dngv3vxba10mkjn9nfm6a309izf8p"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
                                ; -package attoparsec-0.13.0.1"



reply via email to

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