quiet android build warnings

This commit is contained in:
Joey Hess 2013-04-15 14:40:46 -04:00
parent 859c0cdc86
commit e1b4e95513

View file

@ -9,6 +9,7 @@
module Utility.Yesod where
#ifndef __ANDROID__
import Yesod.Default.Util
import Language.Haskell.TH.Syntax
#if MIN_VERSION_yesod_default(1,1,0)
@ -16,7 +17,6 @@ import Data.Default (def)
import Text.Hamlet
#endif
#ifndef __ANDROID__
widgetFile :: String -> Q Exp
#if ! MIN_VERSION_yesod_default(1,1,0)
widgetFile = widgetFileNoReload