remove unnecessary haskell extensions

This commit is contained in:
Joey Hess 2013-06-04 21:02:09 -04:00
parent df04dc578f
commit b42fe2283a
16 changed files with 17 additions and 16 deletions

View file

@ -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