Skip to content

Commit 7e5aada

Browse files
committed
Fix ghci default to manage threads properly
1 parent 356e0da commit 7e5aada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ghci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
:set -fbyte-code
22
:set -fobject-code
3-
:def rr const $ return $ unlines [":r","Test.target"]
3+
:set -fwarn-name-shadowing
4+
:def rr const $ return $ unlines ["Ext.Common.killTrackedThreads",":r","Test.target"]

0 commit comments

Comments
 (0)