From b52fd2e354c41ea2949a68d79d590925353779a5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 26 Jun 2021 07:44:45 -0400 Subject: Don't OverloadStrings in ghci This often causes failures in CI when I forget to add it to the module. --- .ghci | 1 - 1 file changed, 1 deletion(-) (limited to '.ghci') diff --git a/.ghci b/.ghci index c9f74b3..bd32c11 100644 --- a/.ghci +++ b/.ghci @@ -1,4 +1,3 @@ -:set -XOverloadedStrings :set -XNoImplicitPrelude :set prompt " λ " :set prompt-cont " | " -- cgit v1.2.3