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
# Stop downloading GHCs into isolated locations under ~/.stack.
install-ghc: false
# Allow Stack to pick the system GHC (false by default).
system-ghc: true
# Add the -dynamic flag to every invocation of GHC.
ghc-options:
"$everything": -dynamic
Will need to think about how to present them - is that something we're recommending to everyone, or is it just to those who want it? Will there be issues with students not being sure how to correctly follow the instructions, or whether they should even follow them at all? etc.
The text was updated successfully, but these errors were encountered:
A working setup was in #1043:
~/.stack/config.yaml
:Add these instructions to https://github.com/exercism/haskell/blob/main/docs/INSTALLATION.md and https://github.com/exercism/haskell/blob/main/docs/TESTS.md as appropriate.
Will need to think about how to present them - is that something we're recommending to everyone, or is it just to those who want it? Will there be issues with students not being sure how to correctly follow the instructions, or whether they should even follow them at all? etc.
The text was updated successfully, but these errors were encountered: