From 9ee2745ca5a5d6655788547721a4a8c46ab30445 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2015 15:56:07 -0400 Subject: [PATCH] typo --- Assistant/WebApp/Configurators/Local.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/Local.hs b/Assistant/WebApp/Configurators/Local.hs index 59563bde88..acb9d67c3c 100644 --- a/Assistant/WebApp/Configurators/Local.hs +++ b/Assistant/WebApp/Configurators/Local.hs @@ -5,7 +5,7 @@ - Licensed under the GNU AGPL version 3 or higher. -} -{-# LANGUAGE CPP, QuasiQuotes, TemplateHaskell, OverloadedStrings, #-} +{-# LANGUAGE CPP, QuasiQuotes, TemplateHaskell, OverloadedStrings #-} {-# LANGUAGE RankNTypes, KindSignatures, TypeFamilies, FlexibleContexts #-} module Assistant.WebApp.Configurators.Local where