-
Notifications
You must be signed in to change notification settings - Fork 711
Profiling executables which use Template Haskell fails #5961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
And I just remembered that this is caused by a missing |
Maybe some message like "did you forget to put TemplateHaskell in other-extensions" would be nice when the fatal error occurs. |
Why do I need I don't want |
Cabal has no knowledge of |
Workaround this issue: haskell/cabal#5961
I just ran into this, trying to profile an executable with template haskell and getting the same fatal error as in the OP. The fix (adding It would be great if not only the |
Repro:
The text was updated successfully, but these errors were encountered: