create a local copy of Yesod.Form.Bootstrap3
This commit is contained in:
parent
70ea7fbcdb
commit
54fe9af0bb
3 changed files with 264 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue