Don't fall back to sandbox if cabal file failes to parse

This commit is contained in:
Daniel Gröber 2014-08-12 00:02:39 +02:00
parent c69b252e3c
commit bd28310e59
1 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ import Language.Haskell.GhcMod.Types
import Language.Haskell.GhcMod.Cradle
import Language.Haskell.GhcMod.DynFlags
import Language.Haskell.GhcMod.GhcPkg
import Language.Haskell.GhcMod.GHCChoice
import Language.Haskell.GhcMod.CabalApi
import qualified Language.Haskell.GhcMod.Gap as Gap
@ -200,7 +199,7 @@ initializeFlagsWithCradle :: GhcMonad m
-> Cradle
-> m ()
initializeFlagsWithCradle opt c
| cabal = withCabal |||> withSandbox
| cabal = withCabal
| otherwise = withSandbox
where
mCradleFile = cradleCabalFile c