Parse C compiler flags from GHC correctly
GHC hands us a String which we previously tried to parse as a [String], causing GHC's compiler flags to be ignored.
Cabal/Distribution/Lex.hs
0 → 100644
Please register or sign in to comment