Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / VersionPriority / 1-web.test.hs
blobb31f0fd87887ae56da7f95c37bef7dddb1ae3450
1 import Test.Cabal.Prelude
3 testVersionWin project =
4 withProjectFile project $ do
5 fails $ cabal "v2-build" ["--dry-run"]
7 main = cabalTest . withRepo "repo" $ do
8 testVersionWin "1-web-constraints-import.project"
9 testVersionWin "1-web-import-constraints.project"