Avoid building HIE twice

cabal install works different than cabal build
and does not re-use its artifacts. Even some
dependencies may be rebuilt.

Future cabal versions may fix that, we don't know.
This commit is contained in:
Julian Ospald 2020-01-06 22:25:10 +01:00
parent 903bd869fd
commit 433d082167
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -122,7 +122,6 @@ defaultMain = do
(\version -> phony ("cabal-hie-" ++ version) $ do
need ["submodules"]
need ["cabal"]
cabalBuildHie version
cabalInstallHie version
)