gnu: ghc-errors: Update to 2.3.0.

* gnu/packages/haskell.scm (ghc-errors): Update to 2.3.0.
This commit is contained in:
Timothy Sample 2018-08-28 23:01:33 -04:00 committed by Ricardo Wurmus
parent 0f108b33a7
commit 24e18bf937
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8405,7 +8405,7 @@ (define-public ghc-glob
(define-public ghc-errors
(package
(name "ghc-errors")
(version "2.2.2")
(version "2.3.0")
(source
(origin
(method url-fetch)
@ -8414,7 +8414,7 @@ (define-public ghc-errors
"errors-" version ".tar.gz"))
(sha256
(base32
"13sflhglcm5skwrxb48fw96skdcx7ydiy4zg22200733pxhjncpn"))))
"0x8znwn31qcx6kqx99wp7bc86kckfb39ncz3zxvj1s07kxlfawk7"))))
(build-system haskell-build-system)
(inputs
`(("ghc-exceptions" ,ghc-exceptions)