diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 23:53:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:37 +0100 |
commit | fef57b7363304fc6b55e0cb9c96c44dee2f14564 (patch) | |
tree | a495455df2f9d306518abc60e2ad62bd5acde802 /gnu/packages | |
parent | eff94e6bdcb958f3abe2fc8f050cb57cfe7c7ece (diff) | |
download | guix-fef57b7363304fc6b55e0cb9c96c44dee2f14564.tar guix-fef57b7363304fc6b55e0cb9c96c44dee2f14564.tar.gz |
gnu: ghc-parsers: Update to 0.12.4.
* gnu/packages/haskell.scm (ghc-parsers): Update to 0.12.4.
Diffstat (limited to 'gnu/packages')
-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 dcac4a2837..02c814a685 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2412,7 +2412,7 @@ Haskell library @code{regex-base}.") (define-public ghc-parsers (package (name "ghc-parsers") - (version "0.12.3") + (version "0.12.4") (source (origin (method url-fetch) @@ -2422,7 +2422,7 @@ Haskell library @code{regex-base}.") ".tar.gz")) (sha256 (base32 - "18wzmp8y3py4qa8hdsxqm0jfzmwy744dw7xa48r5s8ynhpimi462")))) + "07najh7f9y3ahh42z96sw4hnd0kc4x3wm0xlf739y0gh81ys5097")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy ; -package attoparsec-0.13.0.1" |