aboutsummaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
authorGravatar Sören Brunk <soeren@brunk.io>2014-04-18 02:07:09 +0200
committerGravatar Sören Brunk <soeren@brunk.io>2014-04-21 19:47:05 +0200
commitb41a47828ff260dabafc3a0c870033ed48351420 (patch)
treee33cc7c870edf137517e515805b5e8dd3aafc8d0 /Utility/Yesod.hs
parente05863cbf10ac2bc67a37e491c947618fceecec0 (diff)
bootstrap3 forms
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index 2853b3369..f8eb2c6dd 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -25,6 +25,7 @@ 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