Add migration guide for #9718 (#10578)
[cabal.git] / cabal-install / tests / IntegrationTests2 / targets / tests-disabled / p.cabal
blob81bbd121954844bf07b89459ce62bb3615aaa6b3
1 name: p
2 version: 0.1
3 build-type: Simple
4 cabal-version: >= 1.10
6 test-suite solver-disabled
7   type: exitcode-stdio-1.0
8   main-is: Test.hs
9   build-depends: a-package-that-does-not-exist
11 test-suite user-disabled
12   type: exitcode-stdio-1.0
13   main-is: Test.hs
14   build-depends: base