samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 4e27b31e56522b62f1c6e3d795e05b1bd71df378
Author: Timothy Sample <[email protected]>
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 e5a2d27..5a4f272 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7382,7 +7382,7 @@ combinators.")
(define-public ghc-parsers
(package
(name "ghc-parsers")
- (version "0.12.9")
+ (version "0.12.10")
(source
(origin
(method url-fetch)
@@ -7392,7 +7392,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"