Skip to content

Commit 7bc0be8

Browse files
authored
Add extra .ghci warning
1 parent 664ee5c commit 7bc0be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ghci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:set -fwarn-unused-binds -fwarn-unused-imports
1+
:set -fwarn-unused-binds -fwarn-unused-imports -fwarn-orphans
22
:set -isrc -itests
33
:load System.FilePath System.FilePath.Windows System.FilePath.Posix Generate Test
44
import qualified System.FilePath.Windows as W

0 commit comments

Comments
 (0)