lbraun pushed a commit to branch wip-stackage-18.14
in repository guix.
commit f9ba9095efbe4ce0b02f03aec4da4448221ea470
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Mon Oct 25 14:28:38 2021 +0200
gnu: ghc-prettyprinter: Update to 1.7.1.
* gnu/packages/haskell-xyz.scm (ghc-prettyprinter): Update to 1.7.1.
---
gnu/packages/haskell-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 43af6ca..1d6a5a5 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10205,16 +10205,16 @@ types.")
(define-public ghc-prettyprinter
(package
(name "ghc-prettyprinter")
- (version "1.7.0")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
(uri (string-append
- "mirror://hackage/package/prettyprinter/prettyprinter-"
+ "https://hackage.haskell.org/package/prettyprinter/prettyprinter-"
version
".tar.gz"))
(sha256
- (base32 "19z04sn0kqxgwcyfn5igjmbxw13xsb3mdhdidkb3kzswib78f6sr"))))
+ (base32 "0i8b3wjjpdvp5b857j065jwyrpgcnzgk75imrj7i3yhl668acvjy"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-doctest" ,ghc-doctest)