wai-routes 0.2.1 → 0.2.2
raw patch · 5 files changed
+11/−10 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README +4/−3
- src/Network/Wai/Middleware/Routes.hs +1/−1
- src/Network/Wai/Middleware/Routes/Monad.hs +1/−1
- src/Network/Wai/Middleware/Routes/Routes.hs +1/−1
- wai-routes.cabal +4/−4
README view
@@ -1,5 +1,5 @@-Wai Routes (wai-routes-0.2.1)-============================+Wai Routes (wai-routes-0.2.2)+============================== This package provides typesafe URLs for Wai applications. @@ -65,5 +65,6 @@ 0.1 : Intial release 0.2 : Updated functionality based on yesod-routes package-0.2.1 : Changed license to MIT (same as wai)+0.2.1 : Changed license to MIT+0.2.2 : Fixed license information in hs and cabal files
src/Network/Wai/Middleware/Routes.hs view
@@ -1,7 +1,7 @@ {- | Module : Network.Wai.Middleware.Routes Copyright : (c) Anupam Jain 2011-License : GNU GPL Version 3 (see the file LICENSE)+License : MIT (see the file LICENSE) Maintainer : ajnsit@gmail.com Stability : experimental
src/Network/Wai/Middleware/Routes/Monad.hs view
@@ -3,7 +3,7 @@ {- | Module : Network.Wai.Middleware.Routes.Monad Copyright : (c) Anupam Jain 2011-License : GNU GPL Version 3 (see the file LICENSE)+License : MIT (see the file LICENSE) Maintainer : ajnsit@gmail.com Stability : experimental
src/Network/Wai/Middleware/Routes/Routes.hs view
@@ -5,7 +5,7 @@ {- | Module : Network.Wai.Middleware.Routes.Routes Copyright : (c) Anupam Jain 2011-License : GNU GPL Version 3 (see the file LICENSE)+License : MIT (see the file LICENSE) Maintainer : ajnsit@gmail.com Stability : experimental
wai-routes.cabal view
@@ -1,5 +1,5 @@ Name: wai-routes-Version: 0.2.1+Version: 0.2.2 Synopsis: Typesafe URLs for Wai applications. Homepage: https://github.com/ajnsit/wai-routes License: MIT@@ -33,7 +33,7 @@ /user/#Int UserR:   / UserRootR GET   /delete UserDeleteR POST- [|+ |] . -- Define Handlers -- All Users Page@@ -63,8 +63,8 @@ source-repository this type: git- location: http://github.com/ajnsit/wai-routes/tree/v0.2.1- tag: v0.2.1+ location: http://github.com/ajnsit/wai-routes/tree/v0.2.2+ tag: v0.2.2 Library hs-source-dirs: src