Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / RelativePathProjectImports / cabal.test.hs
blobac6bb138e70b786f48557fe14b2852af3272b1b9
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 -- Build from toplevel.
5 cabal "build" []
6 withDirectory "dep2" $ do
7 -- Build from one of the subdirectories that uses toplevel cabal.project.
8 cabal "build" []