From 119c8e9df975d16154c85363c9e93a40fe38231e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 9 Aug 2020 10:17:14 +0100 Subject: 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. --- website/sandbox/learnpianochords/src/server/Main.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'website/sandbox/learnpianochords/src/server/Main.hs') diff --git a/website/sandbox/learnpianochords/src/server/Main.hs b/website/sandbox/learnpianochords/src/server/Main.hs index 67f9fd3aca59..ae3562d48486 100644 --- a/website/sandbox/learnpianochords/src/server/Main.hs +++ b/website/sandbox/learnpianochords/src/server/Main.hs @@ -1,6 +1,3 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE TypeApplications #-} -{-# LANGUAGE RecordWildCards #-} -------------------------------------------------------------------------------- module Main where -------------------------------------------------------------------------------- -- cgit 1.4.1