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
I have attempted to install Miso, which uses GHCJS. (installation instructions; I followed the 'stack' instructions)
Currently, installing GHCJS through asdf-haskell is not possible. However, it will also simply override the configured compiler version that is set in the project's stack.yaml with the one in the .tool-versions.
Since there is no way to override or turn off this behaviour, I had to uninstall asdf-haskell, and manage Haskell-versions outside of asdf.
It would really help if GHCJS and similar compilers were installable through asdf-haskell, and if the warning message that is used when the compiler version of the stack.yaml is present but discarded could be improved.
The text was updated successfully, but these errors were encountered:
I have attempted to install Miso, which uses GHCJS. (installation instructions; I followed the 'stack' instructions)
Currently, installing GHCJS through asdf-haskell is not possible. However, it will also simply override the configured compiler version that is set in the project's
stack.yaml
with the one in the.tool-versions
.Since there is no way to override or turn off this behaviour, I had to uninstall asdf-haskell, and manage Haskell-versions outside of asdf.
It would really help if GHCJS and similar compilers were installable through
asdf-haskell
, and if the warning message that is used when the compiler version of thestack.yaml
is present but discarded could be improved.The text was updated successfully, but these errors were encountered: