There was an error while loading. Please reload this page.
1 parent 57fe800 commit c57e404Copy full SHA for c57e404
1 file changed
cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
@@ -264,6 +264,11 @@ tests =
264
onlyConstrained $
265
mkTest db12 "non-goal dependencies are only flag-constrained" ["E", "syb"] $
266
solverFailure (isInfixOf "not a user-provided goal")
267
+ , runTest $
268
+ constraints [ExStanzaConstraint (ScopeAnyQualifier "base") [TestStanzas]] $
269
+ onlyConstrained $
270
+ mkTest db12 "non-goal dependencies are only stanza-constrained" ["E", "syb"] $
271
+ solverFailure (isInfixOf "not a user-provided goal")
272
, runTest $
273
constraints [ExVersionConstraint (ScopeAnyQualifier "base") (V.thisVersion (V.mkVersion [4]))] $
274
0 commit comments