From dabfb133df04c109014047cb32afe0cb43f2ad7e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Apr 2013 19:32:45 -0400 Subject: [PATCH] don't need any of this on android --- Utility/Yesod.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Yesod.hs b/Utility/Yesod.hs index 17c9a8109d..4f7fea8b5c 100644 --- a/Utility/Yesod.hs +++ b/Utility/Yesod.hs @@ -27,7 +27,7 @@ widgetFile = widgetFileNoReload $ def } } #endif -#endif hamletTemplate :: FilePath -> FilePath hamletTemplate f = globFile "hamlet" f +#endif