Skip to content

Commit

Permalink
Merge pull request #734 from commercialhaskell/wip/manny/32-105-unlis…
Browse files Browse the repository at this point in the history
…ted-dependencies

Detect unlisted modules and TH dependent files (#32,#105)
  • Loading branch information
borsboom committed Aug 9, 2015
2 parents 6463611 + c571c30 commit 604e6c2
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 391 deletions.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -985,4 +985,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"]
290 changes: 0 additions & 290 deletions src/Stack/Iface.hs

This file was deleted.

Loading

0 comments on commit 604e6c2

Please sign in to comment.