rekado pushed a commit to branch wip-haskell
in repository guix.
commit ee10b5eb6bef968af36963f05d36e94efcb25c86
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 22:15:15 2018 -0400
gnu: ghc-pretty-show: Update to 1.7.
* gnu/packages/haskell.scm (ghc-pretty-show): Update to 1.7.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8228d8b..4a5a7a9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1138,7 +1138,7 @@ Happy works in a similar way to the yacc tool for C.")
(define-public ghc-pretty-show
(package
(name "ghc-pretty-show")
- (version "1.6.12")
+ (version "1.7")
(source
(origin
(method url-fetch)
@@ -1146,7 +1146,7 @@ Happy works in a similar way to the yacc tool for C.")
"pretty-show-" version ".tar.gz"))
(sha256
(base32
- "1fblcxw4z4ry14brin1mvwccs6hqqlhi7xhwv1f23szjq25cjacn"))))
+ "0br7pkxqqqhby2j2v1g847lgqsrasx56g1jw3dhmjh4flzs6warq"))))
(build-system haskell-build-system)
(inputs
`(("ghc-haskell-lexer" ,ghc-haskell-lexer)