Skip to content

Commit 22dab20

Browse files
committed
📝 -fno-break-on-error.
1 parent 1689790 commit 22dab20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ghci

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-- Disable the ghci sandbox so we can run the SDL thread
22
: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
35
:set -fno-break-on-error

0 commit comments

Comments
 (0)