
Hi all, I have a custom file format and custom preprocessor in my project that converts it to Haskell. GHCi is unable to detect when changes are made to the custom file, it only sees that the Haskell file hasn't changed and doesn't reload anything. Is this even supported in GHCi? Thanks! -deech

Hi, Maybe you could try adding a little bit of TH in the generated file to call `addDependentFile` (https://www.stackage.org/haddock/lts-9.0/template-haskell-2.11.1.0/Language-...). I haven't tested it though. Sylvain On 28/07/2017 21:59, aditya siram wrote:
Hi all, I have a custom file format and custom preprocessor in my project that converts it to Haskell. GHCi is unable to detect when changes are made to the custom file, it only sees that the Haskell file hasn't changed and doesn't reload anything. Is this even supported in GHCi?
Thanks! -deech
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (2)
-
aditya siram
-
Sylvain Henry