diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-09 17:07:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-09 17:07:35 -0400 |
commit | a3114ab878ec993d089c32eb4c7b1d48e09e931a (patch) | |
tree | 3c8277d000e385eb4f6f8f6f01f4143c2bf1e8a4 /Assistant | |
parent | 9ad38c67719892df5e3f2ff0a36c681a0e21e539 (diff) |
fix LANGUAGE pragma
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 2 |
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 #-} |