Ticket #17 (new enhancement)
re-generate foo.hsc when dependencies change
| Reported by: | ijones | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Cabal-2.0 |
| Component: | Cabal library | Version: | HEAD |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | normal | |
| GHC Version: | 6.2.2 | Platform: |
Description
This relates to building dependency analysis. ticket:15*.
Cabal does not handle dependencies for HSC2HS correctly. For example, if Foo.hsc has
#include "x.h"
then Foo.hs should get regenerated whenever x.h is modified. However, Cabal only regenerates Foo.hs when Foo.hsc has been modified.
Change History
Note: See
TracTickets for help on using
tickets.
