Fix dist/setup-config path in stack cradle init.

This commit is contained in:
Nikolay Yakimov 2016-01-08 19:17:21 +03:00
parent 306cb939a9
commit 3700fa00e6

View File

@ -99,7 +99,7 @@ stackCradle wdir = do
-- If dist/setup-config already exists the user probably wants to use cabal
-- rather than stack, or maybe that's just me ;)
whenM (liftIO $ doesFileExist $ setupConfigPath "dist") $ do
whenM (liftIO $ doesFileExist $ cabalDir </> setupConfigPath "dist") $ do
gmLog GmWarning "" $ text "'dist/setup-config' exists, ignoring Stack and using cabal-install instead."
mzero