diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 00:42:31 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:18 +0200 |
commit | 774f3984146dffb33573ff119dee056580bacff6 (patch) | |
tree | 2243879cdec5f6bc7689a1337062c43442fc8215 /gnu/packages/haskell.scm | |
parent | 40e1af35bee20984563a4bf48810777d4b7c488b (diff) | |
download | gnu-guix-774f3984146dffb33573ff119dee056580bacff6.tar gnu-guix-774f3984146dffb33573ff119dee056580bacff6.tar.gz |
gnu: ghc-parsers: Update to 0.12.9.
* gnu/packages/haskell.scm (ghc-parsers): Update to 0.12.9.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b43844fb7f..bdb1205082 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2800,7 +2800,7 @@ copious examples.") (define-public ghc-parsers (package (name "ghc-parsers") - (version "0.12.4") + (version "0.12.9") (source (origin (method url-fetch) @@ -2810,7 +2810,7 @@ copious examples.") ".tar.gz")) (sha256 (base32 - "07najh7f9y3ahh42z96sw4hnd0kc4x3wm0xlf739y0gh81ys5097")))) + "1r05sc1mcglk8w596kq9a1brfn9c2vll8lq16j07ln0vsz4jzrc1")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy ; -package attoparsec-0.13.0.1" |