Skip to content
Snippets Groups Projects
Commit 3dd0f33b authored by Hécate Moonlight's avatar Hécate Moonlight
Browse files

Fix build

parent 80780749
No related branches found
No related tags found
No related merge requests found
......@@ -397,16 +397,7 @@ dontUpgradeNonUpgradeablePackages params =
| Set.notMember (mkPackageName "base") (depResolverTargets params)
-- If you change this enumeration, make sure to update the list in
-- "Distribution.Solver.Modular.Solver" as well
, pkgname <- [ mkPackageName "base"
, mkPackageName "ghc-bignum"
, mkPackageName "ghc-prim"
, mkPackageName "ghc-boot"
, mkPackageName "ghc"
, mkPackageName "ghci"
, mkPackageName "integer-gmp"
, mkPackageName "integer-simple"
, mkPackageName "template-haskell"
]
, pkgname <- nonUpgradeablePackages
, isInstalled pkgname ]
isInstalled = not . null
......
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