-
Notifications
You must be signed in to change notification settings - Fork 259
Better defaults (doExactConfig = true; doHaddock = true; non-reinstallable lib:ghc) #206
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
Conversation
…llable lib:ghc) This is an attempt at fixing #201
|
This will sadly cause a mass-rebuild. Let's see what breaks! |
|
Ok, this just won't work for now as cabal screws with sublibs. It seems to be impossible to get exact-configuration + cabal_config to work with sublibs. I'll bang my head against this a bit more, but may give up. |
|
@rvl convinced me that we do want haddocks to be the default. |
|
@angerman what was the argument? Just to see if worth it to keep it enabled (it doubles the number of building packages here). |
|
@klarkc I'm afraid I don't completely recall the argument anymore. I think it was due to haddocks not being available at when disabled. Do you have a specific reason for the inverse default? |
|
@angerman no specific reason, just trying to optimize build times. |
|
To optimize buildtimes cur everything you don't absolutely need :-) |
Fixes #201, #191