summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:00:56 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:24 -0500
commit6818f970ac9dcd3db9dae04c2df8ac59994b3248 (patch)
tree014ebcde0bef9c901b8d0698341643b2d53c6fa7 /gnu
parent35ee173ca0f3fefa9094913f76b6fb82d0b61a8a (diff)
gnu: ghc-parsers: Update to 0.12.10.
* gnu/packages/haskell-xyz.scm (ghc-parsers): Update to 0.12.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0d4f91f135..219f970b45 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"