[PATCH] Update ghc-exactprint to 0.6.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brian Leung
  • Timothy Sample
Owner
unassigned
Submitted by
Brian Leung
Severity
normal
B
B
Brian Leung wrote on 10 Aug 2019 19:48
(address . guix-patches@gnu.org)
CAAc=MEzYrX97vgvb3oyP6ynkb9U_j1J3kfcY+Y3HGYoJp5wRzA@mail.gmail.com
See attached.
Attachment: file
From b136e854a4bbb5ab91d7d05890ca521e7d4b1519 Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Thu, 8 Aug 2019 09:22:29 +0200
Subject: [PATCH] gnu: ghc-exactprint: Update to 0.6.1.

* gnu/packages/haskell.scm (ghc-exactprint): Update to 0.6.1.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8787f10789..6dc5235385 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11571,7 +11571,7 @@ and parsers with useful semantics.")
(define-public ghc-exactprint
(package
(name "ghc-exactprint")
- (version "0.5.6.1")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
@@ -11580,7 +11580,7 @@ and parsers with useful semantics.")
"ghc-exactprint/ghc-exactprint-" version ".tar.gz"))
(sha256
(base32
- "141k6qiys0m0r4br7ikp4i546vs3xcil9cwglzcdfcbnb5nj1z87"))))
+ "12nqpqmi9c57a3hgpfy8q073zryz66ylmcvf29hyffpj7vmmnvhl"))))
(build-system haskell-build-system)
(inputs
`(("ghc-paths" ,ghc-paths)
--
2.22.0
T
T
Timothy Sample wrote on 13 Aug 2019 20:27
(name . Brian Leung)(address . bkleung89@gmail.com)(address . 37001-done@debbugs.gnu.org)
87k1bgly3m.fsf@ngyro.com
Hi Brian,

Brian Leung <bkleung89@gmail.com> writes:

Toggle quote (7 lines)
> See attached.
>
> From b136e854a4bbb5ab91d7d05890ca521e7d4b1519 Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Thu, 8 Aug 2019 09:22:29 +0200
> Subject: [PATCH] gnu: ghc-exactprint: Update to 0.6.1.

Thanks for this, but we follow the Stackage LTS versions where possible
for out Haskell packages. This is the easiest way to ensure that all
the Haskell packages work nicely together. Right now, we are on LTS
version 12.26 https://www.stackage.org/lts-12.26, which has
“ghc-exactprint” at version 0.5.6.1.

Hence, I’m closing this without applying it. (We will likely upgrade to
LTS version 14 before too long, at which point we will have
“ghc-exactprint” version 0.6.1.)


-- Tim
Closed
?