Validate cabal after trying to install it

This commit is contained in:
jneira 2019-10-10 12:36:36 +02:00
parent 0037450d7f
commit da3f7771a9

View File

@ -117,9 +117,9 @@ defaultMain = do
forM_
ghcVersions
(\version -> phony ("cabal-hie-" ++ version) $ do
validateCabalNewInstallIsSupported
need ["submodules"]
need ["cabal"]
validateCabalNewInstallIsSupported
cabalBuildHie version
cabalInstallHie version
)