Revert "fix build warning when building with yesod 1.2"

This reverts commit 160b0ac824.
This commit is contained in:
Joey Hess 2015-08-03 15:40:04 -04:00
parent eb0ef82a8b
commit 631557aa60

View file

@ -16,6 +16,9 @@ module Utility.Yesod
#ifndef __NO_TH__
, widgetFile
, hamletTemplate
#endif
#if ! MIN_VERSION_yesod(1,4,0)
, withUrlRenderer
#endif
) where