| Summary: | dev-haskell/logict-state-0.1.0.5 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Gentoo's Haskell Language team <haskell> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | PullRequest |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/gentoo/gentoo/pull/17478 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2020-08-06 06:03:19 UTC
Created attachment 653318 [details]
build.log
build log and emerge --info
Package will need a fix or removal:
"""
[;1msrc/Control/Monad/LogicState/Logic.hs:16:16: [;1m[31merror:[0m[0m[;1m[0m[0m[;1m
• Could not deduce (MonadFail m)
arising from a use of ‘CML.observeT’
from the context: Monad m
bound by the type signature for:
observeT :: forall (m :: * -> *) a.
Monad m =>
() -> LogicT m a -> m a
"""
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b0a091b34642ff5df1b57430bc5d7ff89eddbd commit f3b0a091b34642ff5df1b57430bc5d7ff89eddbd Author: Jack Todaro <solpeth@posteo.org> AuthorDate: 2020-09-09 00:25:20 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-09-09 07:55:27 +0000 dev-haskell/logict-state: build with ghc-8.8 Closes: https://bugs.gentoo.org/736098 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Jack Todaro <solpeth@posteo.org> Closes: https://github.com/gentoo/gentoo/pull/17478 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> .../logict-state-0.1.0.5-monadfail-compat.patch | 64 ++++++++++++++++++++++ .../logict-state/logict-state-0.1.0.5.ebuild | 6 +- 2 files changed, 68 insertions(+), 2 deletions(-) |