Don't fall back to sandbox if cabal file failes to parse
This commit is contained in:
parent
c69b252e3c
commit
bd28310e59
@ -49,7 +49,6 @@ import Language.Haskell.GhcMod.Types
|
|||||||
import Language.Haskell.GhcMod.Cradle
|
import Language.Haskell.GhcMod.Cradle
|
||||||
import Language.Haskell.GhcMod.DynFlags
|
import Language.Haskell.GhcMod.DynFlags
|
||||||
import Language.Haskell.GhcMod.GhcPkg
|
import Language.Haskell.GhcMod.GhcPkg
|
||||||
import Language.Haskell.GhcMod.GHCChoice
|
|
||||||
import Language.Haskell.GhcMod.CabalApi
|
import Language.Haskell.GhcMod.CabalApi
|
||||||
import qualified Language.Haskell.GhcMod.Gap as Gap
|
import qualified Language.Haskell.GhcMod.Gap as Gap
|
||||||
|
|
||||||
@ -200,7 +199,7 @@ initializeFlagsWithCradle :: GhcMonad m
|
|||||||
-> Cradle
|
-> Cradle
|
||||||
-> m ()
|
-> m ()
|
||||||
initializeFlagsWithCradle opt c
|
initializeFlagsWithCradle opt c
|
||||||
| cabal = withCabal |||> withSandbox
|
| cabal = withCabal
|
||||||
| otherwise = withSandbox
|
| otherwise = withSandbox
|
||||||
where
|
where
|
||||||
mCradleFile = cradleCabalFile c
|
mCradleFile = cradleCabalFile c
|
||||||
|
Loading…
Reference in New Issue
Block a user