web-routes-boomerang 0.25.0 → 0.25.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Web/Routes/Boomerang.hs view
@@ -24,7 +24,7 @@ > import Control.Monad.Trans (MonadIO(liftIO)) > import Text.Boomerang.TH (derivePrinterParsers) > import Web.Routes (Site(..), RouteT(..), decodePathInfo, encodePathInfo, runSite, showURL)-> import Web.Routes.Boomerang (Router, (<>), (</>), int, parse1, toSiteRouteT, anyString, parseStrings)+> import Web.Routes.Boomerang (Router, (<>), (</>), int, parse1, boomerangSiteRouteT, anyString, parseStrings) Next we define a data type that represents our sitemap. @@ -90,7 +90,7 @@ 2. 'handle' - which maps 'Sitemap' to handlers -We tie these two pieces together use 'toSiteRouteT':+We tie these two pieces together use 'boomerangSiteRouteT': > site :: Site Sitemap (IO ()) > site = boomerangSiteRouteT handle sitemap
web-routes-boomerang.cabal view
@@ -1,5 +1,5 @@ Name: web-routes-boomerang-Version: 0.25.0+Version: 0.25.1 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com