Reputation: 4402
Say I have an extra file describing some data structure. In one Haskell module I have a TH declaration that takes the contents of that file and generates data types.
How do I force that module to recompile every time that external file changes?
Upvotes: 3
Views: 67