summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-22 09:10:12 -0500
committerBen Sima <ben@bsima.me>2021-01-22 09:10:12 -0500
commit699d17db81d3508548934d39b92edb01700b3c9a (patch)
tree5390d235af851f7cde07b8b05d55f448472bdd2d
parent23ab6b0890626e7a6f081ca49aa1b5d3aea11887 (diff)
Fix typo
-rw-r--r--.ghci2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ghci b/.ghci
index a0784b6..c9f74b3 100644
--- a/.ghci
+++ b/.ghci
@@ -1,5 +1,5 @@
:set -XOverloadedStrings
-:set -XNoImplictPrelude
+:set -XNoImplicitPrelude
:set prompt " λ "
:set prompt-cont " | "
:set -Wall