GNU bug report logs - #40042
[PATCH] gnu: ghc-extra: Update to 1.7.1.

Previous Next

Package: guix-patches;

Reported by: brown121407 <at> member.fsf.org

Date: Thu, 12 Mar 2020 15:57:01 UTC

Severity: normal

Tags: patch

Merged with 40041

Done: Brett Gilio <brettg <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40042 in the body.
You can then email your comments to 40042 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40042; Package guix-patches. (Thu, 12 Mar 2020 15:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to brown121407 <at> member.fsf.org:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 12 Mar 2020 15:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: brown121407 <at> posteo.ro
To: guix-patches <at> gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>
Subject: [PATCH] gnu: ghc-extra: Update to 1.7.1.
Date: Thu, 12 Mar 2020 17:20:16 +0200
From: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>

* 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





Merged 40041 40042. Request was from Leo Famulari <leo <at> famulari.name> to control <at> debbugs.gnu.org. (Thu, 12 Mar 2020 17:53:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#40042; Package guix-patches. (Fri, 20 Mar 2020 18:51:01 GMT) Full text and rfc822 format available.

Message #10 received at 40042 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: brown121407 <at> posteo.ro, 40042 <at> debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>,
 Timothy Sample <samplet <at> ngyro.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#40042] [PATCH] gnu: ghc-extra: Update to 1.7.1.
Date: Fri, 20 Mar 2020 19:49:50 +0100
[Message part 1 (text/plain, inline)]
brown121407 <at> posteo.ro writes:

> From: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>
>
> * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.

Note that we follow the Stackage LTS releases to ensure the various
Haskell packages work nicely together.  The latest Stackage release of
Extra is 1.6.21, as reported by 'guix refresh':

$ ./pre-inst-env guix refresh ghc-extra
following redirection to `https://www.stackage.org/lts'...
following redirection to `https://www.stackage.org/lts-15.4'...
gnu/packages/haskell-xyz.scm:3777:13: warning: 1.7.1 is greater than the latest known version of ghc-extra (1.6.21)

So I wonder if we should downgrade this package to avoid compatibility
problems.  Thoughts?

By the way, if you use './pre-inst-env guix refresh -u PACKAGE-NAME' to
update packages, it will choose the correct version for you.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#40042; Package guix-patches. (Fri, 20 Mar 2020 19:11:02 GMT) Full text and rfc822 format available.

Message #13 received at 40042 <at> debbugs.gnu.org (full text, mbox):

From: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>
To: Marius Bakke <mbakke <at> fastmail.com>, 40042 <at> debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>,
 Timothy Sample <samplet <at> ngyro.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#40042] [PATCH] gnu: ghc-extra: Update to 1.7.1.
Date: Fri, 20 Mar 2020 21:11:28 +0200
On Fri, 2020-03-20 at 19:49 +0100, Marius Bakke wrote:
> Note that we follow the Stackage LTS releases to ensure the various
> Haskell packages work nicely together. 

Oh. Sorry, didn't know that.

> So I wonder if we should downgrade this package to avoid
> compatibility
> problems.  Thoughts?

I upped it because ghcid 0.8.5 (latest) depends on extra >=1.6.20 and I
just thought to get the latest version available. Downgrading ghc-extra 
to 1.6.21 shouldn't break anything. If it's alright, I'll send in a
patch.

> By the way, if you use './pre-inst-env guix refresh -u PACKAGE-NAME'
> to
> update packages, it will choose the correct version for you.

Thanks for the tips!

-- 
Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>
https://brown.121407.xyz
[8571 7664 DFDC 6B6A 3ED2 DA68 2348 7CC8 2397 2C1F]





Information forwarded to guix-patches <at> gnu.org:
bug#40042; Package guix-patches. (Fri, 20 Mar 2020 19:16:02 GMT) Full text and rfc822 format available.

Message #16 received at 40042 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Alexandru-Sergiu Marton <brown121407 <at> posteo.ro>, 40042 <at> debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org>,
 Timothy Sample <samplet <at> ngyro.com>, Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#40042] [PATCH] gnu: ghc-extra: Update to 1.7.1.
Date: Fri, 20 Mar 2020 20:15:36 +0100
[Message part 1 (text/plain, inline)]
Alexandru-Sergiu Marton <brown121407 <at> posteo.ro> writes:

> On Fri, 2020-03-20 at 19:49 +0100, Marius Bakke wrote:
>> Note that we follow the Stackage LTS releases to ensure the various
>> Haskell packages work nicely together. 
>
> Oh. Sorry, didn't know that.

No worries, very few people do!  :-)

>> So I wonder if we should downgrade this package to avoid
>> compatibility
>> problems.  Thoughts?
>
> I upped it because ghcid 0.8.5 (latest) depends on extra >=1.6.20 and I
> just thought to get the latest version available. Downgrading ghc-extra 
> to 1.6.21 shouldn't break anything. If it's alright, I'll send in a
> patch.

That sounds excellent, thank you!
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 40041 <at> debbugs.gnu.org and Alexandru-Sergiu Marton <brown121407 <at> member.fsf.org> Request was from Brett Gilio <brettg <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 25 Jul 2020 01:59:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Aug 2020 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.