summaryrefslogtreecommitdiff
path: root/Foundation.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:07 -0400
committerClint Adams <clint@softwarefreedom.org>2014-04-01 10:19:07 -0400
commitc4f1b6f21b121933da8e424eee1a7ff87b535755 (patch)
tree3704f1341c0a8486edbe793dffcaffbcec39eaab /Foundation.hs
parent86701c76d71a4e653716f073162cc05c62f2edcf (diff)
Forward-port to yesod 1.2.5.2
Diffstat (limited to 'Foundation.hs')
-rw-r--r--Foundation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation.hs b/Foundation.hs
index c58c9ec..2d8f748 100644
--- a/Foundation.hs
+++ b/Foundation.hs
@@ -18,7 +18,7 @@ import Settings (widgetFile, Extra (..))
import Model
import Text.Jasmine (minifym)
import Text.Hamlet (hamletFile)
-import System.Log.FastLogger (Logger)
+import Yesod.Core.Types (Logger)
-- | The site argument for your application. This can be a good place to
-- keep settings and values requiring initialization before your application