diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 21:53:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:34 +0100 |
commit | 7fb6eb174f461c810a9f56cca37f44495c867671 (patch) | |
tree | 002fb62d348cf602d7d9b42c6c4cb27b55eb081b | |
parent | 7d4de988a7b376358ff074803187546874f87376 (diff) | |
download | guix-7fb6eb174f461c810a9f56cca37f44495c867671.tar guix-7fb6eb174f461c810a9f56cca37f44495c867671.tar.gz |
gnu: ghc-polyparse: Update to 1.12.
* gnu/packages/haskell.scm (ghc-polyparse): Update to 1.12.
-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 cd944f4154..c28a6fb406 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2577,7 +2577,7 @@ and mIRC chat codes.") (define-public ghc-polyparse (package (name "ghc-polyparse") - (version "1.11") + (version "1.12") (source (origin (method url-fetch) @@ -2587,7 +2587,7 @@ and mIRC chat codes.") ".tar.gz")) (sha256 (base32 - "1z417f80b0jm4dgv25fk408p3d9mmcd1dlbya3ry0zdx4md09vrh")))) + "05dya1vdvq29hkhkdlsglzhw7bdn51rvs1javs0q75nf99c66k7m")))) (build-system haskell-build-system) (inputs `(("ghc-text" ,ghc-text))) |