Skip to content

Commit

Permalink
Detect unlisted modules and TH dependent files (#32,#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 7, 2015
1 parent 542f027 commit f976929
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 43 deletions.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -980,4 +980,4 @@ getSetupHs dir = do
extraBuildOptions :: M env m => m [String]
extraBuildOptions = do
hpcIndexDir <- toFilePath . (</> dotHpc) <$> hpcRelativeDir
return ["--ghc-options", "-hpcdir " ++ hpcIndexDir]
return ["--ghc-options", "-hpcdir " ++ hpcIndexDir ++ " -ddump-hi -ddump-to-file"]
Loading

0 comments on commit f976929

Please sign in to comment.