You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating this to document a bug I discovered and have now fixed.
The issue is that we were passing in --ghc-options to Cabal, even when using ghcjs. Cabal will accept --ghc-options even when doing a build with ghcjs. Turns out we need to pass --ghcjs-options instead for them to actually get passed along to the compiler.
The text was updated successfully, but these errors were encountered:
Creating this to document a bug I discovered and have now fixed.
The issue is that we were passing in
--ghc-options
to Cabal, even when using ghcjs. Cabal will accept--ghc-options
even when doing a build with ghcjs. Turns out we need to pass--ghcjs-options
instead for them to actually get passed along to the compiler.The text was updated successfully, but these errors were encountered: