We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1689790 commit 22dab20Copy full SHA for 22dab20
.ghci
@@ -1,3 +1,5 @@
1
-- Disable the ghci sandbox so we can run the SDL thread
2
:set -fno-ghci-sandbox
3
+
4
+-- Disable breaking on error since it hangs on uncaught exceptions when the sandbox is disabled: https://gitlab.haskell.org/ghc/ghc/issues/17743
5
:set -fno-break-on-error
0 commit comments