diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-13T21·22+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | f895cb417a7a397e9ddac7d2be7683e57e3cb1fb (patch) | |
tree | 7b1b5e6f68174bb86d6192e04348c92550ad334d /zoo/.ghci | |
parent | 3fdfa14355088af602877153b49a85a5941fe879 (diff) |
Move shift-time into top-level //zoo
I'm still unsure whether or not this is a good idea, but experimenting is a good way to find out!
Diffstat (limited to 'zoo/.ghci')
-rw-r--r-- | zoo/.ghci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zoo/.ghci b/zoo/.ghci new file mode 100644 index 000000000000..fcae90c2987d --- /dev/null +++ b/zoo/.ghci @@ -0,0 +1,5 @@ +:set prompt "> " +:set -Wall +:set -XOverloadedStrings +:set -XRecordWildCards +:set -XTypeApplications |