about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/server/Spec.hs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-09T09·17+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-09T09·18+0100
commit119c8e9df975d16154c85363c9e93a40fe38231e (patch)
tree74c590e6a02fc326d132df9dafd7962a26cf5ff2 /website/sandbox/learnpianochords/src/server/Spec.hs
parente8f35f0d10a1696ffa80e31434882287bea30fe3 (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/Spec.hs')
-rw-r--r--website/sandbox/learnpianochords/src/server/Spec.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/website/sandbox/learnpianochords/src/server/Spec.hs b/website/sandbox/learnpianochords/src/server/Spec.hs
index d9d2e5d1a6c7..6246dc9ef2ca 100644
--- a/website/sandbox/learnpianochords/src/server/Spec.hs
+++ b/website/sandbox/learnpianochords/src/server/Spec.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE OverloadedStrings #-}
 --------------------------------------------------------------------------------
 module Spec where
 --------------------------------------------------------------------------------