Skip to content
Snippets Groups Projects
Unverified Commit b1c8ee6f authored by Adam Gundry's avatar Adam Gundry Committed by GitHub
Browse files

solver: Prevent ghc-internal from being reinstalled (see #10087) (#10093)


GHC 9.10 ships with a new wired-in package, ghc-internal, which cannot
be reinstalled. This commit prevents cabal-install from attempting it.

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent be10be83
No related branches found
No related tags found
No related merge requests found
Pipeline #96643 passed
......@@ -463,6 +463,7 @@ nonReinstallablePackages :: [PackageName]
nonReinstallablePackages =
[ mkPackageName "base"
, mkPackageName "ghc-bignum"
, mkPackageName "ghc-internal"
, mkPackageName "ghc-prim"
, mkPackageName "ghc"
, mkPackageName "integer-gmp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment