diff mbox series

[bug#37001] Update ghc-exactprint to 0.6.1.

Message ID CAAc=MEzYrX97vgvb3oyP6ynkb9U_j1J3kfcY+Y3HGYoJp5wRzA@mail.gmail.com
State Accepted
Headers show
Series [bug#37001] Update ghc-exactprint to 0.6.1. | expand

Commit Message

Brian Leung Aug. 10, 2019, 5:48 p.m. UTC
See attached.

Comments

Timothy Sample Aug. 13, 2019, 6:27 p.m. UTC | #1
Hi Brian,

Brian Leung <bkleung89@gmail.com> writes:

> 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
diff mbox series

Patch

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(-)

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