diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-09 16:56:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-09 17:01:54 -0400 |
commit | 7d67f9968df398bb04c6587174ce0cfcefc82f0e (patch) | |
tree | d9b5ce8bb4dcc3cd05c69c9e65553abae9e92e55 /Assistant | |
parent | 0a43118c883889f1a79389fe50cc7a2d1113653e (diff) |
Support building with yesod 1.4.
The new yesod needs the ViewPatterns extension.
Also, a TH splice in Assistant/Threads/WebApp.hs failed to work without
OverLoadedStrings.
This commit was sponsored by Brock Spratlen.
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index b22b54a8d..224703777 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -6,6 +6,7 @@ -} {-# LANGUAGE TemplateHaskell, MultiParamTypeClasses #-} +{-# ViewPatterns, OverloadedStrings #-} {-# LANGUAGE CPP #-} {-# OPTIONS_GHC -fno-warn-orphans #-} |