yesod/Yesod/WebRoutes.hs
2010-09-24 05:10:57 +02:00

9 lines
231 B
Haskell

-- | This module should be removed when web-routes incorporates necessary support.
module Yesod.WebRoutes
( encodePathInfo
, Site (..)
) where
import Web.Routes.Base (encodePathInfo)
import Web.Routes.Site (Site (..))