aboutsummaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
authorGravatar Sören Brunk <soeren@brunk.io>2014-04-25 12:22:31 +0200
committerGravatar Sören Brunk <soeren@brunk.io>2014-04-25 12:26:33 +0200
commit510589fe0074fe2376d2658f3628583e7661fa0b (patch)
tree71f8ce1bd63fb0cee3f42f5448a2b6bf2300051a /Utility/Yesod.hs
parentb41a47828ff260dabafc3a0c870033ed48351420 (diff)
create a local copy of Yesod.Form.Bootstrap3
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index f8eb2c6dd..6d38ba4ed 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -25,10 +25,10 @@ module Utility.Yesod
#if MIN_VERSION_yesod(1,2,0)
import Yesod as Y
-import Yesod.Form.Bootstrap3 as Y hiding (bfs)
#else
import Yesod as Y hiding (Html)
#endif
+import Assistant.WebApp.Bootstrap3 as Y hiding (bfs)
#ifndef __NO_TH__
import Yesod.Default.Util
import Language.Haskell.TH.Syntax (Q, Exp)