summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-09 17:07:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-09 17:07:35 -0400
commita3114ab878ec993d089c32eb4c7b1d48e09e931a (patch)
tree3c8277d000e385eb4f6f8f6f01f4143c2bf1e8a4
parent9ad38c67719892df5e3f2ff0a36c681a0e21e539 (diff)
fix LANGUAGE pragma
-rw-r--r--Assistant/Threads/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index 224703777..d01096c7a 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -6,7 +6,7 @@
-}
{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-}
-{-# ViewPatterns, OverloadedStrings #-}
+{-# LANGUAGE ViewPatterns, OverloadedStrings #-}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}