File tree 2 files changed +8
-7
lines changed
cabal-install/tests/UnitTests/Distribution/Solver/Modular
cabal-install-solver/src/Distribution/Solver/Modular 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,11 @@ solve sc cinfo idx pkgConfigDB userPrefs userConstraints userGoals =
162
162
nonInstallable =
163
163
L. map mkPackageName
164
164
[ " base"
165
+ , " ghc-bignum"
165
166
, " ghc-prim"
167
+ , " ghc-boot"
168
+ , " ghc"
169
+ , " ghci"
166
170
, " integer-gmp"
167
171
, " integer-simple"
168
172
, " template-haskell"
Original file line number Diff line number Diff line change @@ -1130,13 +1130,10 @@ dbBase = [
1130
1130
]
1131
1131
1132
1132
dbNonupgrade :: ExampleDb
1133
- dbNonupgrade =
1134
- let base = exInst " base" 1 " base-1" []
1135
- in [
1136
- Left base
1137
- , Left $ exInst " ghc" 1 " ghc-1" [base]
1138
- , Left $ exInst " ghci" 1 " ghci-1" [base]
1139
- , Left $ exInst " ghc-boot" 1 " ghc-boot-1" [base]
1133
+ dbNonupgrade = [
1134
+ Left $ exInst " ghc" 1 " ghc-1" []
1135
+ , Left $ exInst " ghci" 1 " ghci-1" []
1136
+ , Left $ exInst " ghc-boot" 1 " ghc-boot-1" []
1140
1137
, Right $ exAv " ghc" 2 [ExFix " base" 1 ]
1141
1138
, Right $ exAv " ghci" 2 [ExFix " base" 1 ]
1142
1139
, Right $ exAv " ghc-boot" 2 [ExFix " base" 1 ]
You can’t perform that action at this time.
0 commit comments