fix build warning when building with yesod 1.2 and newer yesod-core

This commit is contained in:
Joey Hess 2015-08-03 15:42:44 -04:00
parent 631557aa60
commit bf3e9945fc

View file

@ -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