Improve online docs for `includes:` field
[cabal.git] / cabal-testsuite / PackageTests / CopyHie / setup.test.hs
blobfcb7b0ffc749e3a9dd17026760b7c687d08a962f
1 import Test.Cabal.Prelude
3 main = setupAndCabalTest $ withPackageDb $ do
4 skipUnlessGhcVersion ">= 8.8"
5 setup_install ["hie-local"]
6 env <- getTestEnv
7 shouldExist $ testLibInstallDir env </> "hie-local-0.1.0.0" </> "extra-compilation-artifacts" </> "hie" </> "HieLocal.hie"