more accurate version bounds
This commit is contained in:
parent
c7684de78e
commit
613f396efd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ withUrlRenderer = hamletToRepHtml
|
|||
|
||||
type Html = RepHtml
|
||||
#else
|
||||
#if ! MIN_VERSION_yesod(1,4,0)
|
||||
#if ! MIN_VERSION_yesod_core(1,2,20)
|
||||
withUrlRenderer :: MonadHandler m => ((Route (HandlerSite m) -> [(Text, Text)] -> Text) -> output) -> m output
|
||||
withUrlRenderer = giveUrlRenderer
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue