Summary: | net-mail/mailbox-count-0.0.4 : src/OptionalConfiguration.hs:68:8: error: | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Michael Orlitzky <mjo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | haskell |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 net-mail:mailbox-count-0.0.4:20200202-223453.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 611246 [details]
emerge-info.txt
Created attachment 611248 [details]
emerge-history.txt
Created attachment 611250 [details]
environment
Created attachment 611252 [details]
etc.portage.tbz2
Created attachment 611254 [details]
net-mail:mailbox-count-0.0.4:20200202-223453.log
Created attachment 611256 [details]
temp.tbz2
You're using ghc-8.0.2... > Using compiler: ghc-8.0.2 which should have base-4.9.x.y... > Dependency base >=4.8 && <5: using base-4.9.1.0 Okay. And base-4.9.1.0 has the "Semigroup" class in Data.Semigroup with <> as its binary operation: http://hackage.haskell.org/package/base-4.9.1.0/docs/Data-Semigroup.html And yet, the build is complaining about that very thing being missing: > src/OptionalConfiguration.hs:68:8: error: > ‘<>’ is not a (visible) method of class ‘Semigroup’ Beats me. Time to ask for help. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2484132579ec86372a1f243c6a2ba4e807fd1431 commit 2484132579ec86372a1f243c6a2ba4e807fd1431 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2020-02-03 21:10:45 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2020-02-03 21:14:19 +0000 net-mail/mailbox-count: new version 0.0.5. This new version contains a one-line upstream fix to unbreak the build on ghc-8.0 and ghc-8.2 (but not higher or lower versions...). Poor Toralf. Closes: https://bugs.gentoo.org/708030 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> net-mail/mailbox-count/Manifest | 2 +- .../{mailbox-count-0.0.4.ebuild => mailbox-count-0.0.5.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) Sorry toralf, I actually could have tested this one since I have ghc-8.0.2 on the server that runs this. (In reply to Michael Orlitzky from comment #9) > Sorry toralf, I actually could have tested this one since I have ghc-8.0.2 > on the server that runs this. hi - null problemo ;) |