unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
@ 2020-03-12 15:14 Alexandru-Sergiu Marton
  2020-03-12 18:13 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandru-Sergiu Marton @ 2020-03-12 15:14 UTC (permalink / raw)
  To: 40041; +Cc: Alexandru-Sergiu Marton

* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.
---
 gnu/packages/haskell-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index e368082c03..418eb7cc46 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3774,7 +3774,7 @@ versions of GHC (i.e., < 6.10).")
 (define-public ghc-extra
   (package
     (name "ghc-extra")
-    (version "1.6.18")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
@@ -3784,12 +3784,13 @@ versions of GHC (i.e., < 6.10).")
              ".tar.gz"))
        (sha256
         (base32
-         "0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy"))))
+         "0zshxv9dnd8vksncmb8dj4wvq2wdybzwxyhmy2zp6a81icm4azx4"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-clock" ,ghc-clock)
        ("ghc-semigroups" ,ghc-semigroups)
-       ("ghc-quickcheck" ,ghc-quickcheck)))
+       ("ghc-quickcheck" ,ghc-quickcheck)
+       ("ghc-quickcheck-instances" ,ghc-quickcheck-instances)))
     (home-page "https://github.com/ndmitchell/extra")
     (synopsis "Extra Haskell functions")
     (description "This library provides extra functions for the standard
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
  2020-03-12 15:14 [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1 Alexandru-Sergiu Marton
@ 2020-03-12 18:13 ` Leo Famulari
  2020-07-25  1:58   ` Brett Gilio
  2020-07-25  2:35   ` Ricardo Wurmus
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Famulari @ 2020-03-12 18:13 UTC (permalink / raw)
  To: Alexandru-Sergiu Marton; +Cc: 40041

On Thu, Mar 12, 2020 at 05:14:15PM +0200, Alexandru-Sergiu Marton wrote:
> * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.

Thanks! Pushed as b431f6c9ccfa104811dc0697d6fec84bf8b08035

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
  2020-03-12 18:13 ` Leo Famulari
@ 2020-07-25  1:58   ` Brett Gilio
  2020-07-25  2:35   ` Ricardo Wurmus
  1 sibling, 0 replies; 5+ messages in thread
From: Brett Gilio @ 2020-07-25  1:58 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Alexandru-Sergiu Marton, control, 40041

close 40041




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
  2020-03-12 18:13 ` Leo Famulari
  2020-07-25  1:58   ` Brett Gilio
@ 2020-07-25  2:35   ` Ricardo Wurmus
  2020-07-25 20:06     ` Brett Gilio
  1 sibling, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2020-07-25  2:35 UTC (permalink / raw)
  To: Leo Famulari; +Cc: Alexandru-Sergiu Marton, 40041


Leo Famulari <leo@famulari.name> writes:

> On Thu, Mar 12, 2020 at 05:14:15PM +0200, Alexandru-Sergiu Marton wrote:
>> * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.
>
> Thanks! Pushed as b431f6c9ccfa104811dc0697d6fec84bf8b08035

I know I’m a few months late, but I think the update may have been
incorrect, as it is not aligned with the rest of our Haskell packages.
We should aim to keep all Haskell packages at the same LTS release.  As
you can see here, version 1.7.1 does not correspond to any LTS release:

    https://www.stackage.org/package/extra/snapshots

-- 
Ricardo




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
  2020-07-25  2:35   ` Ricardo Wurmus
@ 2020-07-25 20:06     ` Brett Gilio
  0 siblings, 0 replies; 5+ messages in thread
From: Brett Gilio @ 2020-07-25 20:06 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: Alexandru-Sergiu Marton, 40041, Leo Famulari

Ricardo Wurmus <rekado@elephly.net> writes:

> Leo Famulari <leo@famulari.name> writes:
>
>> On Thu, Mar 12, 2020 at 05:14:15PM +0200, Alexandru-Sergiu Marton wrote:
>>> * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.
>>
>> Thanks! Pushed as b431f6c9ccfa104811dc0697d6fec84bf8b08035
>
> I know I’m a few months late, but I think the update may have been
> incorrect, as it is not aligned with the rest of our Haskell packages.
> We should aim to keep all Haskell packages at the same LTS release.  As
> you can see here, version 1.7.1 does not correspond to any LTS release:
>
>     https://www.stackage.org/package/extra/snapshots

Hi Ricardo, this was fixed with commit
0cec5c4eb1b4ac9a3fbe3f11cffff92e01ff4c58.

Best wishes, hope you are well!

Brett Gilio




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-25 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12 15:14 [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1 Alexandru-Sergiu Marton
2020-03-12 18:13 ` Leo Famulari
2020-07-25  1:58   ` Brett Gilio
2020-07-25  2:35   ` Ricardo Wurmus
2020-07-25 20:06     ` Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).