packages feed

nested-routes 3.0.0.1 → 3.0.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

nested-routes.cabal view
@@ -1,5 +1,5 @@ Name:                   nested-routes-Version:                3.0.0.1+Version:                3.0.0.2 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3
src/Web/Routes/Nested.hs view
@@ -25,7 +25,7 @@ import           Web.Routes.Nested.Types as X import           Web.Routes.Nested.FileExtListener as X import           Web.Routes.Nested.FileExtListener.Types as X-import           Web.Routes.Nested.VerbListener+import           Web.Routes.Nested.VerbListener as X  import           Network.HTTP.Types import           Network.HTTP.Media