Ticket #17 (new enhancement)

Opened 7 years ago

Last modified 4 years ago

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

Changed 6 years ago by ijones

  • difficulty set to normal

Changed 4 years ago by duncan

  • priority changed from low to normal
  • ghcversion set to 6.2.2
  • milestone changed from Cabal-1.4 to Cabal-2.0
Note: See TracTickets for help on using tickets.