You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're cleaning up the bug tracker to make it useful again and are thus closing bugs that haven't seen any activity in a long time. Please re-open (or file a new bug) if the problem reappears.
(Imported from Trac #17, reported by @SyntaxPolice on 2005-10-31)
This relates to building dependency analysis. #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.
The text was updated successfully, but these errors were encountered: