diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-29 00:32:07 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:17 +0200 |
commit | 81caf9488546f438c7d6397959e827f6af9273cb (patch) | |
tree | ea563b0d7243b19be9d3cb6add3dc95afcabe5d3 /gnu | |
parent | b9a6398692b78db8ce6038ffcba534c0d4b77e97 (diff) | |
download | guix-81caf9488546f438c7d6397959e827f6af9273cb.tar guix-81caf9488546f438c7d6397959e827f6af9273cb.tar.gz |
gnu: ghc-megaparsec: Update to 6.5.0.
* gnu/packages/haskell.scm (ghc-megaparsec): Update to 6.5.0.
[arguments]: Update Cabal file to r4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index fa57aebe66..142c96f63c 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -3873,7 +3873,7 @@ combinators.") (define-public ghc-megaparsec (package (name "ghc-megaparsec") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) @@ -3882,8 +3882,11 @@ combinators.") version ".tar.gz")) (sha256 (base32 - "0h9azhs0dfrc359vrbd1jljrg3yfdbwd4p62cxqkn7mnh8913jpd")))) + "12iggy7qpf8x93jm64zf0g215xwy779bqyfyjk2bhmxqqr1yzgdy")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("4" "0ij3asi5vwlhbgwsy6nhli9a0qb7926mg809fsgyl1rnhs9fvpx1"))) (inputs `(("ghc-case-insensitive" ,ghc-case-insensitive) ("ghc-parser-combinators" ,ghc-parser-combinators) |