diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-09T09·17+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-09T09·18+0100 |
commit | 119c8e9df975d16154c85363c9e93a40fe38231e (patch) | |
tree | 74c590e6a02fc326d132df9dafd7962a26cf5ff2 /website/sandbox/learnpianochords/src/server/.ghci | |
parent | e8f35f0d10a1696ffa80e31434882287bea30fe3 (diff) |
Add common language extensions to .ghci
I'd like to see if I can avoid using `cabal` and `stack` and build and deploy this application using `nix-shell` and `nix-build` only. Let's see how that goes.
Diffstat (limited to 'website/sandbox/learnpianochords/src/server/.ghci')
-rw-r--r-- | website/sandbox/learnpianochords/src/server/.ghci | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/sandbox/learnpianochords/src/server/.ghci b/website/sandbox/learnpianochords/src/server/.ghci index efc88e630ccb..151d070ca1a4 100644 --- a/website/sandbox/learnpianochords/src/server/.ghci +++ b/website/sandbox/learnpianochords/src/server/.ghci @@ -1,2 +1,7 @@ :set prompt "> " :set -Wall + +:set -XOverloadedStrings +:set -XNoImplicitPrelude +:set -XRecordWildCards +:set -XTypeApplications |