-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
cabal install policeman
fails using cabal version 3.6
#65
Comments
It seems the breakage stems from the use of Edit: PR with tests so that the breakage is caught before cabal release. |
See also the approach from haskell/cabal#7646 (not using Prelude at all in Paths_), which seems easier to do and test. |
I also stumbled upon this issue with cabal 3.6, and FTR, another workaround when using the |
Drop implicit prelude because of kowainik/policeman#65 New nixpkgs appears to have broke HLS in vscode, but whatever.
Thanks, @alexbiehl and the Cabal team for fixing the problem! |
Drop implicit prelude because of kowainik/policeman#65 New nixpkgs appears to have broke HLS in vscode, but whatever.
Drop implicit prelude because of kowainik/policeman#65 New nixpkgs appears to have broke HLS in vscode, but whatever.
cabal --store-dir=path/to/fresh/store install policeman -w ghc-8.8.4
and it failed using my recently installed cabal-install-3.6.0.0 with:cabal-3.4.0.0 install policeman -w ghc-8.8.4
works and after that, cabal-3.6.0.0 also works so you need a fresh store dir to reproduceThe text was updated successfully, but these errors were encountered: