guix-commits
[Top][All Lists]
Advanced

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

58/272: gnu: ghc-parsec: Update to 3.1.13.0.


From: Ricardo Wurmus
Subject: 58/272: gnu: ghc-parsec: Update to 3.1.13.0.
Date: Mon, 1 Oct 2018 06:13:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8ebdab0dc4fa389f5238203eb785a1d17cb1d478
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 22:14:39 2018 -0400

    gnu: ghc-parsec: Update to 3.1.13.0.
    
    * gnu/packages/haskell.scm (ghc-parsec): Update to 3.1.13.0.
---
 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 1050777..7994b6c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3712,7 +3712,7 @@ mainstream languages.")
 (define-public ghc-parsec
   (package
     (name "ghc-parsec")
-    (version "3.1.11")
+    (version "3.1.13.0")
     (outputs '("out" "doc"))
     (source
      (origin
@@ -3722,7 +3722,7 @@ mainstream languages.")
              version
              ".tar.gz"))
        (sha256
-        (base32 "0vk7q9j2128q191zf1sg0ylj9s9djwayqk9747k0a5fin4f2b1vg"))))
+        (base32 "1wc09pyn70p8z6llink10c8pqbh6ikyk554911yfwxv1g91swqbq"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)))



reply via email to

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