avoid ghci warning on tabs
This commit is contained in:
parent
83ffd60624
commit
fc1406389d
1 changed files with 1 additions and 0 deletions
1
.ghci
1
.ghci
|
@ -1,3 +1,4 @@
|
|||
:load Common
|
||||
:set -XLambdaCase
|
||||
:set -XPackageImports
|
||||
:set -fno-warn-tabs
|
||||
|
|
Loading…
Reference in a new issue