gnu: ghc-cgi: Update to 3001.3.0.1.

* gnu/packages/haskell.scm (ghc-cgi): Update to 3001.3.0.1.
This commit is contained in:
Ricardo Wurmus 2018-02-12 21:34:34 +01:00
parent f30b753835
commit 6418074ce9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -831,7 +831,7 @@ (define-public ghc-alex
(define-public ghc-cgi
(package
(name "ghc-cgi")
(version "3001.2.2.2")
(version "3001.3.0.1")
(source
(origin
(method url-fetch)
@ -841,7 +841,7 @@ (define-public ghc-cgi
".tar.gz"))
(sha256
(base32
"0q1pxpa8gi42c0hsidcdkhk5xr5anfrvhqsn3iksr9c0rllhz193"))))
"0lj7ri198r6fxz8zyc0vzpm7mx66794zxi9siffhh119qw8931cn"))))
(build-system haskell-build-system)
(inputs
`(("ghc-parsec" ,ghc-parsec)