I have a file.hsc
in my stack project that would ordinarily need to be pre-processed via hsc2hs file.hsc
.
Running stack build
instead causes the file to be read as a normal haskell file, without preprocessing.
Question: Is there a way to use stack and hsc2hs
concurrently? Ideally, one would just run stack build
and everyting would just "work".