fix build warning when building with yesod 1.2

This commit is contained in:
Joey Hess 2015-08-03 13:13:57 -04:00
parent af1b6403be
commit 160b0ac824

View file

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