Have "stack ghci" warn when certain package options are likely to cause it to fail to load multiple packages #1270
Comments
Implemented this for One potential case is combining flags with their negations - if one package specifies
|
Very nice. Thanks! :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, it's usually the case that loading a package that specifies
NoImplicitPrelude
will fail to load along with a package that uses the prelude.The text was updated successfully, but these errors were encountered: