Hi. Currently when Cabal preprocesses a module the result ends up in the source directory. I would have expected it to end up in dist, since it's a generated file and not a source file. So, - are there strong reasons for putting preprocessed files in src? - if not, is there a simple (and robust) way to have them end up in dist? / Ulf