-
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
"Could not import module" error for GHC 9.0, but GHC 9.2 and 9.4 works fine; nix-shell
issue?
#65
Comments
That branch doesn't seem to compile for me. Can you run with Git config:
Cabal:
GHC 9.0.2
GHC 9.2.5
|
Here is the error using GHC 9.0: https://gist.github.com/peterbecich/3a3e945a0533469604ba3c3a66b600f9 This is in the I'm going to close this issue because I can only reproduce it now in the Thanks With GHC 9.2 there is no error, good news. I thought the error happened intermittently with 9.2 but I was wrong.
I have omitted all the compilation. Regarding the compilation error you saw, if you want to continue to investigate this, what does
If that fails, would you try the
|
nix-shell
issue?
The build errors for GHC 9.0 and 9.2 are due to: |
I am using
doctest-parallel
0.3.0: haskell/hackage-server#1171The error appears to be different than #22 and the other suggestions.
There is no error at all for GHC 9.4.
cabal test DocTests
succeeds.There are intermittent errors for GHC 9.0
and 9.2.cabal run doctests
,cabal build
, etc. do not solve it.The DocTests may have succeeded one time for GHC 9.2, I'm not sure.Update: the error only occurs for GHC 9.0 in the
nix-shell
, so I'm closing this issueIf you want to reproduce the error, please clone https://github.com/peterbecich/hackage-server.git , branch
update-doctest-parallel
.Thank you
The text was updated successfully, but these errors were encountered: