quiet android build warnings
This commit is contained in:
parent
859c0cdc86
commit
e1b4e95513
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue