From 70f4bed400757e4a876d07e896f265425cd3cf3b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 18 Nov 2012 13:03:00 -0400 Subject: [PATCH] language CPP --- Assistant/WebApp/Notifications.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/WebApp/Notifications.hs b/Assistant/WebApp/Notifications.hs index f5b2d7ccdb..edbbd66576 100644 --- a/Assistant/WebApp/Notifications.hs +++ b/Assistant/WebApp/Notifications.hs @@ -5,7 +5,7 @@ - Licensed under the GNU AGPL version 3 or higher. -} -{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-} +{-# LANGUAGE CPP, TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-} module Assistant.WebApp.Notifications where