I am not sure if this is a cabal only issue or if it is an issue with inline-c too, but like with test.h under inline-c-cpp/test, I have a local header file that I include in my hs file, however when I make changes to it, there is no recompilation.
There seems to be an open issue for "cabal new-build does not track files added via TH’s addDependentFile", but in it there is also a comment that says that even if the issue is closed, that wouldn't fix inline-c's use case.
What is the best solution at the moment to deal with this issue? Is there a manual way that users of inline-c can tell cabal to watch specific files for changes?
I am not sure if this is a cabal only issue or if it is an issue with
inline-ctoo, but like withtest.hunderinline-c-cpp/test, I have a local header file that I include in myhsfile, however when I make changes to it, there is no recompilation.There seems to be an open issue for "cabal new-build does not track files added via TH’s addDependentFile", but in it there is also a comment that says that even if the issue is closed, that wouldn't fix
inline-c's use case.What is the best solution at the moment to deal with this issue? Is there a manual way that users of
inline-ccan tell cabal to watch specific files for changes?