
#608: Files that are only used by cabal setup are not recompiled when they change between runs of 'cabal build' ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Files that are only used by cabal setup are not recompiled when they change between runs of 'cabal build'. Reproduction steps for the included cabal package: - Run 'cabal configure && cabal build && cabal test' - The test output should be "I helped with lots of stuff!" - Change the string in Distribution/Helper.hs to "I didn't help with " - Rerun 'cabal configure && cabal build && cabal test' -- the output should change to "I didn't help with lots of stuff!", but nothing recompiles and the output doesn't change. Although the attached cabal package is minimal, I've observed this behavior with darcs's Distribution/ShellHarness. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/608 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects