summaryrefslogtreecommitdiff
path: root/.ghci
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-03-10 07:05:55 -0700
committerBen Sima <ben@bsima.me>2020-03-17 18:34:56 -0700
commit70e534303c5cdc37ccc86d631573be6bb265857c (patch)
tree9b19b54cae3132016869f232c0d4272c979af389 /.ghci
parentd480cce48d04d5e4353281f014f66fd61301c393 (diff)
Warn on all in ghci
Diffstat (limited to '.ghci')
-rw-r--r--.ghci2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ghci b/.ghci
index 79c0fa3..08406ce 100644
--- a/.ghci
+++ b/.ghci
@@ -1,4 +1,4 @@
:set -XOverloadedStrings
:set prompt "λ "
:set prompt-cont "| "
-:set -Werror
+:set -Wall