-
Notifications
You must be signed in to change notification settings - Fork 13
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
Remove Safe Haskell pragmas #149
Comments
More concretely, you can reproduce the issue by running:
In this example, the culprit is the |
One alternative to removing the |
This seems reasonable given that the only imports from lens in
|
For compatibility with lens < 5. See GaloisInc#149.
For compatibility with lens < 5. See GaloisInc#149.
For compatibility with lens < 5. See #149.
I just ran into an issue like #139.
{-# LANGUAGE Safe #-}
annotations seem to cause mysterious and painful-to-debug build failures, and for relatively little benefit. Is there any reason to keep them?Removing them would probably be considered a breaking change, and require a major version bump.
The text was updated successfully, but these errors were encountered: