Revert "fix build warning when building with yesod 1.2"
This reverts commit 160b0ac824
.
This commit is contained in:
parent
eb0ef82a8b
commit
631557aa60
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ module Utility.Yesod
|
||||||
#ifndef __NO_TH__
|
#ifndef __NO_TH__
|
||||||
, widgetFile
|
, widgetFile
|
||||||
, hamletTemplate
|
, hamletTemplate
|
||||||
|
#endif
|
||||||
|
#if ! MIN_VERSION_yesod(1,4,0)
|
||||||
|
, withUrlRenderer
|
||||||
#endif
|
#endif
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue