stack2nix
stack2nix copied to clipboard
Support flags directive in stack.yaml when generating packages
Example: https://github.com/input-output-hk/cardano-sl/blob/master/stack.yaml#L5
Most probably depends on #5
We also need to support the ghc-options directive. Example: https://github.com/input-output-hk/cardano-sl/blob/423a1e5dfd87a693e2046dcabc767a001594d1eb/stack.yaml#L141
another project that requires this feature:
https://github.com/AccelerateHS/accelerate-fft/blob/master/accelerate-fft.cabal
Has this been fixed by #148?
Still need to support ghc-options, although that should be a new issue probably.