create a local copy of Yesod.Form.Bootstrap3

This commit is contained in:
Sören Brunk 2014-04-25 12:22:31 +02:00
parent 70ea7fbcdb
commit 54fe9af0bb
3 changed files with 264 additions and 2 deletions

View file

@ -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)