gnu: ghc-parsec: Update to 3.1.11.

* gnu/packages/haskell.scm (ghc-parsec): Update to 3.1.11.
master
Ricardo Wurmus 2018-02-12 23:55:36 +01:00
parent 86e9076de8
commit e24399041f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3371,7 +3371,7 @@ mainstream languages.")
(define-public ghc-parsec
(package
(name "ghc-parsec")
(version "3.1.9")
(version "3.1.11")
(outputs '("out" "doc"))
(source
(origin
@ -3381,7 +3381,7 @@ mainstream languages.")
version
".tar.gz"))
(sha256
(base32 "1ja20cmj6v336jy87c6h3jzjp00sdbakwbdwp11iln499k913xvi"))))
(base32 "0vk7q9j2128q191zf1sg0ylj9s9djwayqk9747k0a5fin4f2b1vg"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hunit" ,ghc-hunit)))