rules_haskell
rules_haskell copied to clipboard
Use PATH from posix toolchain in normal compilation
This fixes the issue with sed(used in ghc_wrapper.sh) being gotten from the environment instead of the posix toolchain.
Fixes #1800