snap-web-routes 0.5.0.0 → 0.5.1.0
raw patch · 2 files changed
+13/−5 lines, 2 filesdep ~heistdep ~snapdep ~snap-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: heist, snap, snap-core, text
API changes (from Hackage documentation)
Files
- changelog +6/−0
- snap-web-routes.cabal +7/−5
changelog view
@@ -1,3 +1,9 @@+2015-08-12 0.5.1.0++* Bump deps++2014-05-13 0.5.0.0+ * Add Resource and SingletonResource data types for RESTful routes * Ignore trailing slashes
snap-web-routes.cabal view
@@ -1,5 +1,5 @@ name: snap-web-routes-version: 0.5.0.0+version: 0.5.1.0 synopsis: Type safe URLs for Snap description: Type safe URL generation and routing for Snap using <http://hackage.haskell.org/package/web-routes web-routes>, and builds on <https://github.com/stepcut/snap-web-routes-demo work>@@ -48,6 +48,8 @@ library hs-source-dirs: src+ default-language: Haskell2010+ ghc-options: -O2 -Wall exposed-modules: Snap.Snaplet.Router@@ -60,11 +62,11 @@ build-depends: base >= 4.4 && < 5, bytestring >= 0.9.1 && < 0.11,- heist >= 0.13 && < 0.14,+ heist >= 0.13 && < 1.20, mtl >= 2 && < 3,- snap-core >= 0.9 && < 0.11,- snap >= 0.13 && < 0.14,- text >= 0.11 && < 1.2,+ snap-core >= 0.9 && < 1.1,+ snap >= 0.13 && < 1.1,+ text >= 0.11 && < 1.3, web-routes >= 0.27 && < 0.28, xmlhtml >= 0.1