Skip to content

Commit

Permalink
Looks like #319 solved itself?
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 30, 2015
1 parent b0b18e7 commit eba7164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Stack/Build/Execute.hs
Expand Up @@ -684,7 +684,6 @@ singleTest ac ee task =
(case taskType task of
TTLocal lp -> lpDirtyFiles lp
_ -> assert False True)
|| True -- FIXME above logic is incorrect, see: https://github.com/commercialhaskell/stack/issues/319
needHpc = boptsCoverage (eeBuildOpts ee)

componentsRaw =
Expand Down Expand Up @@ -846,7 +845,6 @@ singleBench ac ee task =
(case taskType task of
TTLocal lp -> lpDirtyFiles lp
_ -> assert False True)
|| True -- FIXME above logic is incorrect, see: https://github.com/commercialhaskell/stack/issues/319
when needBuild $ do
announce "build (benchmarks)"
fileModTimes <- getPackageFileModTimes package cabalfp
Expand Down

0 comments on commit eba7164

Please sign in to comment.