Disable dev target (using ghc-8.8.2) for windows

This commit is contained in:
jneira 2020-02-03 07:42:07 +01:00
parent 0f5dedbd15
commit 5f52a77693

View File

@ -88,7 +88,9 @@ defaultMain = do
phony "hie" (need ["data", "latest"])
-- stack specific targets
when isRunFromStack $ do
-- Default `stack.yaml` uses ghc-8.8.2 and we can't build hie in windows
-- TODO: Enable for windows when it uses ghc-8.8.3
when (isRunFromStack && not isWindowsSystem) $ do
phony "dev" $ stackInstallHieWithErrMsg Nothing