You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deduplicate arguments that hsc2hs passes to gcc and ld
If extra-lib-dirs and/or extra-include-dirs are specified via either
command line or project files, they’re going to be added for each
package in the dendency graph. With enough long enough directories
the command-line length limits for gcc may be hit and calls to
the C compiler made from hsc2hs will start failing.
Ideally hsc2hs should be using repsonse files, but needlessly
specifying myriad of command-line parameters is redundant anyway.
0 commit comments