From 05c37ced983e89505c2c3cdcbe1db67e3a86560b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Oct 2014 14:38:38 -0400 Subject: unbreak android build This reverts commit cfc51c5e4ec04f9d5088c42922217cf90b63c903 and commit 78f94f50674d60c7d54307029bef1edf9b27782b. Those commits were fine, except the android autobuilder currently has a bit of a mess of yesod versions and broke. Better to wait on this. --- Utility/Yesod.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Utility/Yesod.hs') diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index afe10a111..6d38ba4ed 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -28,11 +28,7 @@ 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