diff options
Diffstat (limited to 'Utility/Yesod.hs')
-rw-r--r-- | Utility/Yesod.hs | 1 |
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 |