Luka Horvat
Luka Horvat

Reputation: 4402

Explicitly depend on extra source file when recompiling

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

Answers (1)

Related Questions