[PATCH] gnu: ghc-extra: Update to 1.7.1.

  • Done
  • quality assurance status badge
Details
4 participants
  • Brett Gilio
  • Alexandru-Sergiu Marton
  • Leo Famulari
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Alexandru-Sergiu Marton
Severity
normal
Merged with
A
A
Alexandru-Sergiu Marton wrote on 12 Mar 2020 16:14
(address . guix-patches@gnu.org)(name . Alexandru-Sergiu Marton)(address . brown121407@member.fsf.org)
20200312151415.3695-1-brown121407@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(-)

Toggle diff (31 lines)
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
L
L
Leo Famulari wrote on 12 Mar 2020 18:52
(no subject)
(address . control@debbugs.gnu.org)
20200312175230.GA2739@jasmine.lan
merge 40041 40042
L
L
Leo Famulari wrote on 12 Mar 2020 19:13
Re: [bug#40041] [PATCH] gnu: ghc-extra: Update to 1.7.1.
(name . Alexandru-Sergiu Marton)(address . brown121407@member.fsf.org)(address . 40041@debbugs.gnu.org)
20200312181308.GA8511@jasmine.lan
On Thu, Mar 12, 2020 at 05:14:15PM +0200, Alexandru-Sergiu Marton wrote:
Toggle quote (2 lines)
> * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.

Thanks! Pushed as b431f6c9ccfa104811dc0697d6fec84bf8b08035
B
B
Brett Gilio wrote on 25 Jul 2020 03:58
(name . Leo Famulari)(address . leo@famulari.name)
878sf84ap1.fsf@gnu.org
close 40041
R
R
Ricardo Wurmus wrote on 25 Jul 2020 04:35
(name . Leo Famulari)(address . leo@famulari.name)
87ft9gz5hs.fsf@elephly.net
Leo Famulari <leo@famulari.name> writes:

Toggle quote (5 lines)
> 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:


--
Ricardo
B
B
Brett Gilio wrote on 25 Jul 2020 22:06
(name . Ricardo Wurmus)(address . rekado@elephly.net)
87d04jpdel.fsf@gnu.org
Ricardo Wurmus <rekado@elephly.net> writes:

Toggle quote (14 lines)
> 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
?