We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bounds on deepseq, base and template-haskell will have to be bumped, routinely. But there's one actual roadblock so far:
deepseq
base
template-haskell
recursion-schemes is our dependency and can't build with 9.10 due to
recursion-schemes
symbol is our dependency and depends on older containers. Somehow, it builds fine locally but Haskell-CI with all its cleverness does something that makes it fail (e.g. https://github.com/ulysses4ever/gibbon/actions/runs/9504818670/job/26198314154?pr=2)
symbol
containers
infer
intern
same deal with mainland-pretty and language-c-quote
mainland-pretty
language-c-quote
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bounds on
deepseq
,base
andtemplate-haskell
will have to be bumped, routinely. But there's one actual roadblock so far:recursion-schemes
is our dependency and can't build with 9.10 due tosymbol
is our dependency and depends on oldercontainers
. Somehow, it builds fine locally but Haskell-CI with all its cleverness does something that makes it fail (e.g. https://github.com/ulysses4ever/gibbon/actions/runs/9504818670/job/26198314154?pr=2)containers
upper bound to support GHC 9.10 mainland/symbol#5 and even with the trusteessymbol
: bumpcontainers
upper bound haskell-infra/hackage-trustees#407 but the package seems pretty dead, so I'd suggest switching toinfer
that provides a similar service. Here's the patch:symbol
tointern
as the former seems dormant #262same deal with
mainland-pretty
andlanguage-c-quote
language-c-quote
is done early JulyThe text was updated successfully, but these errors were encountered: