-
Notifications
You must be signed in to change notification settings - Fork 842
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
Add --build-ghc-options flag for stack ghci (#971) #979
Conversation
I tried this branch but I don't see the
|
Ah, looks like I regressed the argument name in ac59fd0. Pushed a fix. |
@chrisdone Is this blocked on feedback from @bergmark? |
I tested it again now, thanks for the reminder. I can't get this to work in a useful way for me, probably because of #743
(There also isn't a So afaict there are these ways to handle the problem currently:
I suppose what I want is a project-global configuration on what flags to use for packages. |
@chrisdone: is this PR still active? |
Also worth considering how this relates to #1186 |
This is now available as |
@bergmark
Now with
--build-ghc-options
you can retain the build flags:Also added a
--pedantic
arg:If this sounds good I'll merge the redundant parts.