rules_haskell
rules_haskell copied to clipboard
Use POSIX toolchain
Some tools like sed are used in some bash scripts but are not imported using the POSIX toolchain. This could lead to unexpected behavior, especially when the rules are used on Mac or Windows.
One could reproduce the mechanism used to set the path_for_run_ghc used by asterius, as suggested in https://github.com/tweag/rules_haskell/pull/1771#discussion_r918747509