fpco/stackage-curator

Add -w and --ghc-options flag

mpickering opened this issue · 2 comments

If someone were to implement -w and --ghc-options flags, would you accept the pull request?

-w would behave like -w in cabal which allows you to explicitly select a compiler to use.

--ghc-options allows you to pass additional options to GHC when building.

I don't have an objection. Is there a specific goal you have in mind here for using stackage-curator?

It is useful to test new and modified versions of GHC.