-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Depending on doctest-parallel
fails with attempt of reinstalling ghc
#51
Comments
I've seen similar issues before triggering me to loosen Cabal bounds on
Whenever that happens, things seem to go south. I'm not sure whether this is a Cabal bug, or expected behavior. However the workaround seems to be to use the boot Cabal library version. |
Thanks for the swift reply!
Yes, that would normally solve the issue, but in this case, since it is I am a bit puzzled that this problem just arises now, with The closest I came to the current problem ( |
To add a data point: I've also only seen it with Cabal 3.8, so perhaps it really is a regression. |
I think it is a I opened a more sharpened description at: |
Oh nice job getting to the bottom of this issue. I'll leave this issue open until it's resolved upstream 👍. |
A local workaround is |
This is fixed now by Hackage revisions of |
In
I am experiencing a CI failure for GHC <= 9.2: https://github.com/haskell/hackage-server/actions/runs/3324504980/jobs/5496144875
Due to the dependency of
doctest-parallel
onghc
, somehow it is attempted to reinstall theghc
package, which is bound to fail. E.g. on GHC 9.2.4:Here is the respective build plan for
doctest-parallel
: https://github.com/haskell/hackage-server/actions/runs/3324504980/jobs/5496144875#step:15:370Maybe it is a problem to require
Cabal >= 3.8
?I am lost. Do you have any insight here?
The text was updated successfully, but these errors were encountered: