summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Utility/Yesod.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index 6d38ba4ed..9fba28732 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -25,10 +25,11 @@ 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)
+#endif
#ifndef __NO_TH__
import Yesod.Default.Util
import Language.Haskell.TH.Syntax (Q, Exp)