rules_haskell
rules_haskell copied to clipboard
Use response files for ghc >= 9.4.1
Starting from version 9.4.1
, ghc has support for response files (see here) which would alleviate the risks of reaching the command length limit on windows.
I am not sure if runghc
supports them but ghc --run
could maybe be used in this case.