Skip to content
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

Haskell tests suites cannot be run with ghc 9.10 #311024

Open
NorfairKing opened this issue May 12, 2024 · 0 comments
Open

Haskell tests suites cannot be run with ghc 9.10 #311024

NorfairKing opened this issue May 12, 2024 · 0 comments

Comments

@NorfairKing
Copy link
Contributor

Describe the bug

Building with ghc 9.10 shows me:

       > Running phase: checkPhase
       > Error: [Cabal-8123]
       > Use of GHC's environment variable GHC_PACKAGE_PATH is incompatible with Cabal. Use the flag --package-db to specify a package database (it can be used multiple times).

We need this for the checkPhase as well:

unset GHC_PACKAGE_PATH # Cabal complains if this variable is set during configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant