-
Notifications
You must be signed in to change notification settings - Fork 139
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 find module ‘LiquidHaskell’ #2300
Comments
Hello! IIUC the problem, this is a bug in Cabal the library. We cannot do
much other than working around it until the fix is released. And the work
around is sticking to compiler pragmas.
… Message ID: ***@***.***>
|
Hmmm, ok! The cabal issue also is closed so I thought that they fixed it there! |
Indeed, the cabal issue seems to have been addressed. However, it remains now to check that it is included on a release of Cabal and that this version of Cabal is used in the tooling that each of us has installed. The minimum version of
|
I am still stuck with this....
I assume the first line of the error implies that it is using
Is there any way to remove the older cabal version? |
When
But I'm seeing other puzzling behavior from Cabal when doing so, so I'm not sure it is worth fighting that battle this early. :) |
Ok, makes sense! Thanks! |
I still get " Could not find module ‘LiquidHaskell’" (like in #2261) with
ghc-9.8.2
andCabal-3.10.2.0
, is there a combination that solves this problem?Things work if I use the language pragma instead of the compiler plagin flag.
The text was updated successfully, but these errors were encountered: