-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extensions from the cabal file are not picked up #25
Comments
It seems that the problem comes from the |
I looked into this when I first added the feature. But from Cabal's documentation it wasn't entirely clear what was |
I made a PR that considers the |
Thanks! |
I totally agree that the |
Good suggestion. Currently, Argon just reads the extensions from the cabal file. I'll open two new issues for these features. |
I have a project in which I specified a few commonly used ghc extensions inside the cabal file. It seems to me that argon does not pickup the extensions from the cabal file, since I am getting a lot of errors. If I put the extension at the top of the module
{-# LANGUAGE BangPatterns #-}
it works fine.The text was updated successfully, but these errors were encountered: