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
|
, widgetFile
|
||||||
, hamletTemplate
|
, hamletTemplate
|
||||||
#endif
|
#endif
|
||||||
#if ! MIN_VERSION_yesod(1,4,0)
|
#if ! MIN_VERSION_yesod_core(1,2,20)
|
||||||
, withUrlRenderer
|
, withUrlRenderer
|
||||||
#endif
|
#endif
|
||||||
) where
|
) where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue