Hi all,
I’d like to gain almost ultimate control on Haskell packages, that is to build entire set (or a dependency tree) with specific GHC options, like -O2
, -fllvm
, use gold linker, etc. I can override specific packages, but need it for all dependencies, dependencies of the dependencies etc.
How would I do that?