Archived
1
0
Fork 0

gnu: ghc-ansi-wl-pprint: Update to 0.6.9.

* gnu/packages/haskell-xyz.scm (ghc-ansi-wl-pprint): Update to 0.6.9.
This commit is contained in:
Timothy Sample 2019-10-31 09:48:59 -04:00
parent 24fc8daea3
commit c38746eb7b
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -313,7 +313,7 @@ cursor, and changing the title.")
(define-public ghc-ansi-wl-pprint (define-public ghc-ansi-wl-pprint
(package (package
(name "ghc-ansi-wl-pprint") (name "ghc-ansi-wl-pprint")
(version "0.6.8.2") (version "0.6.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -322,7 +322,7 @@ cursor, and changing the title.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56")))) "1b2fg8px98dzbaqyns10kvs8kn6cl1hdq5wb9saz40izrpkyicm7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal))) `(("ghc-ansi-terminal" ,ghc-ansi-terminal)))