Skip to content

Haskell tests suites cannot be run with ghc 9.10 #311024

@NorfairKing

Description

@NorfairKing

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken6.topic: haskellGeneral-purpose, statically typed, purely functional programming language

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions