fix build warning when building with yesod 1.2 and newer yesod-core
This commit is contained in:
parent
631557aa60
commit
bf3e9945fc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Utility.Yesod
|
|||
, widgetFile
|
||||
, hamletTemplate
|
||||
#endif
|
||||
#if ! MIN_VERSION_yesod(1,4,0)
|
||||
#if ! MIN_VERSION_yesod_core(1,2,20)
|
||||
, withUrlRenderer
|
||||
#endif
|
||||
) where
|
||||
|
|
Loading…
Add table
Reference in a new issue