summaryrefslogtreecommitdiff
path: root/Utility/Yesod.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r--Utility/Yesod.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs
index afe10a111..6d38ba4ed 100644
--- a/Utility/Yesod.hs
+++ b/Utility/Yesod.hs
@@ -28,11 +28,7 @@ import Yesod as Y
#else
import Yesod as Y hiding (Html)
#endif
-#if MIN_VERSION_yesod_form(1,3,8)
-import Yesod.Form.Bootstrap3 as Y hiding (bfs)
-#else
import Assistant.WebApp.Bootstrap3 as Y hiding (bfs)
-#endif
#ifndef __NO_TH__
import Yesod.Default.Util
import Language.Haskell.TH.Syntax (Q, Exp)