Skip to content

Commit

Permalink
Merge pull request #835 from CRogers/810-stack-ide-does-not-start-wil…
Browse files Browse the repository at this point in the history
…l-compilation-errors

Still start up stack-ide and stack ghci even if there are project compilation errors.
  • Loading branch information
chrisdone committed Aug 30, 2015
2 parents 4370e12 + c1e7027 commit c0053b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stack/Ghci.hs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ ghciSetup mainIs stringTargets = do
, boptsBenchmarkOpts = (boptsBenchmarkOpts base)
{ beoDisableRun = True
}
, boptsBuildSubset = BSOnlyDependencies
}
where
base = defaultBuildOpts
Expand Down

0 comments on commit c0053b6

Please sign in to comment.