gnu: ghc-pretty-show: Update to 1.9.5.

* gnu/packages/haskell-xyz.scm (ghc-pretty-show): Update to 1.9.5.
This commit is contained in:
Timothy Sample 2019-10-31 01:28:25 -04:00
parent ce684db049
commit 7683a084bc
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -7829,7 +7829,7 @@ (define-public ghc-pretty-hex
(define-public ghc-pretty-show
(package
(name "ghc-pretty-show")
(version "1.7")
(version "1.9.5")
(source
(origin
(method url-fetch)
@ -7837,7 +7837,7 @@ (define-public ghc-pretty-show
"pretty-show-" version ".tar.gz"))
(sha256
(base32
"0br7pkxqqqhby2j2v1g847lgqsrasx56g1jw3dhmjh4flzs6warq"))))
"0gs2pabi4qa4b0r5vffpf9b1cf5n9y2939a3lljjw7cmg6xvx5dh"))))
(build-system haskell-build-system)
(inputs
`(("ghc-haskell-lexer" ,ghc-haskell-lexer)