diff options
| author | Ben Sima <ben@bsima.me> | 2021-06-26 07:44:45 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
| commit | b52fd2e354c41ea2949a68d79d590925353779a5 (patch) | |
| tree | 29508992e481f79c54104da3e6e6950dd9c5d91b | |
| parent | ca1db1b637cdc8b40eb1918fde7c5ab1b89eeb8d (diff) | |
Don't OverloadStrings in ghci
This often causes failures in CI when I forget to add it to the module.
| -rw-r--r-- | .ghci | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -:set -XOverloadedStrings :set -XNoImplicitPrelude :set prompt " λ " :set prompt-cont " | " |
