samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit f82eb7f791b9b1c8583432a0ee752969dd4fe366
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 09:48:59 2019 -0400
gnu: ghc-ansi-wl-pprint: Update to 0.6.9.
* gnu/packages/haskell-xyz.scm (ghc-ansi-wl-pprint): Update to 0.6.9.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d18a7d9..913d54b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -312,7 +312,7 @@ cursor, and changing the title.")
(define-public ghc-ansi-wl-pprint
(package
(name "ghc-ansi-wl-pprint")
- (version "0.6.8.2")
+ (version "0.6.9")
(source
(origin
(method url-fetch)
@@ -321,7 +321,7 @@ cursor, and changing the title.")
version ".tar.gz"))
(sha256
(base32
- "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56"))))
+ "1b2fg8px98dzbaqyns10kvs8kn6cl1hdq5wb9saz40izrpkyicm7"))))
(build-system haskell-build-system)
(inputs
`(("ghc-ansi-terminal" ,ghc-ansi-terminal)))