From 9f1b4c2f61a1173be9943a3e301b0e2dac789739 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Oct 2014 11:49:13 -0400 Subject: revert reversion This reverts commit 05c37ced983e89505c2c3cdcbe1db67e3a86560b. Android build is going to have consistent versions again. --- Utility/Yesod.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Utility/Yesod.hs') 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) -- cgit v1.2.3