summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 20:57:19 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:09 +0200
commite21822026672b8348b8ec1582609e8931a087634 (patch)
treee52a4217ee0d21d2bf66add21bda17023097b0f4
parent62f97b121725689a3ba81285ff857749b44603f9 (diff)
downloadguix-e21822026672b8348b8ec1582609e8931a087634.tar.gz
gnu: ghc-parser-combinators: Update to 1.0.0.
* gnu/packages/haskell.scm (ghc-parser-combinators): Update to 1.0.0.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aa471fa0ad..7de08a7d2d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3732,7 +3732,7 @@ is also parametric in the input stream type.")
 (define-public ghc-parser-combinators
   (package
     (name "ghc-parser-combinators")
-    (version "0.4.0")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
@@ -3741,7 +3741,7 @@ is also parametric in the input stream type.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1azkz0a6ikym02s8wydjcklp7rz8k512bs4s9lp9g1g03m0yj95i"))))
+         "1pwfdsklqwvaynwpdzmx1bs35mp6dpsyaqdnzxnqcrxwf5h8sk75"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/mrkkrp/parser-combinators")
     (synopsis "Commonly useful parser combinators")