stack2nix icon indicating copy to clipboard operation
stack2nix copied to clipboard

Support flags directive in stack.yaml when generating packages

Open domenkozar opened this issue 8 years ago • 4 comments

Example: https://github.com/input-output-hk/cardano-sl/blob/master/stack.yaml#L5

Most probably depends on #5

domenkozar avatar Jun 06 '17 09:06 domenkozar

We also need to support the ghc-options directive. Example: https://github.com/input-output-hk/cardano-sl/blob/423a1e5dfd87a693e2046dcabc767a001594d1eb/stack.yaml#L141

jmitchell avatar Aug 16 '17 17:08 jmitchell

another project that requires this feature:

https://github.com/AccelerateHS/accelerate-fft/blob/master/accelerate-fft.cabal

MMesch avatar Oct 16 '18 11:10 MMesch

Has this been fixed by #148?

cdepillabout avatar Apr 11 '19 05:04 cdepillabout

Still need to support ghc-options, although that should be a new issue probably.

domenkozar avatar Apr 11 '19 07:04 domenkozar