diff options
author | Sören Brunk <soeren@brunk.io> | 2014-04-25 12:22:31 +0200 |
---|---|---|
committer | Sören Brunk <soeren@brunk.io> | 2014-04-25 12:26:33 +0200 |
commit | 510589fe0074fe2376d2658f3628583e7661fa0b (patch) | |
tree | 71f8ce1bd63fb0cee3f42f5448a2b6bf2300051a /Utility | |
parent | b41a47828ff260dabafc3a0c870033ed48351420 (diff) |
create a local copy of Yesod.Form.Bootstrap3
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Yesod.hs | 2 |
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) |