file-embed
file-embed copied to clipboard
Document that file paths need to be added to extra-source-files list to get recompilation detection in cabal projects
I opened a PR but github ate it and my tabs are gone, sorry
When using e.g. embedDir, at least for Stack-3.3.1, I found that adding new files to extra-source-files was not sufficient to trigger a recompilation that would than embed the added files.
I reported this upstream to Stack:
- https://github.com/commercialhaskell/stack/issues/6689