diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-15 11:49:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-15 11:49:13 -0400 |
commit | 9f1b4c2f61a1173be9943a3e301b0e2dac789739 (patch) | |
tree | f6872483dc6aac00614e3a35ee7228371083a82e /Utility | |
parent | 47061d00fdb2ebc51b9ca9cc99f006eb32212233 (diff) |
revert reversion
This reverts commit 05c37ced983e89505c2c3cdcbe1db67e3a86560b.
Android build is going to have consistent versions again.
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Yesod.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index 6d38ba4ed..afe10a111 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -28,7 +28,11 @@ 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) |