Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
haskellPackages: Pass ghc-options in generic-builder when cross-compi…
…ling The following sequence of operations loses ghc-options: Setup.hs configure --ghc-options Setup.hs build --with-ghc=... This is described in [1]. The fix is simple: Don't pass --with-ghc in the build phase. The values are taken from the configure step anyway. This seems to have been introduced all the way back in 64ec4dd about 8 years ago for unknown reasons. Resolves #286285 [1]: haskell/cabal#10069 (cherry picked from commit 5dbf665)
- Loading branch information