Add a check of the current behaviour importing duplicates
[cabal.git] / cabal-testsuite / PackageTests / VersionPriority / 2-web.test.hs
blobd88328b436e5d2e4f471f0782a2cb8296d94fb6b
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 "2-web-constraints-import.project"
9 testVersionWin "2-web-import-constraints.project"