diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-04 21:02:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-04 21:13:20 -0400 |
commit | 546a5c93dbaabeacc1b7c5971f1d65ec811c3757 (patch) | |
tree | c240914f41c45bdb4a81fd89d1b2963867842070 /Assistant/Threads | |
parent | 97c81f25c69cd3016ba30cf0ae21fbb0e006fd41 (diff) |
remove unnecessary haskell extensions
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index 3c1e6178a..0a1a2c0f7 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -5,7 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes, CPP #-} +{-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-} +{-# LANGUAGE CPP #-} {-# OPTIONS_GHC -fno-warn-orphans #-} module Assistant.Threads.WebApp where |