Shpadoinkle-router 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~network-uriPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network-uri
API changes (from Hackage documentation)
Files
- Shpadoinkle-router.cabal +3/−3
Shpadoinkle-router.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5735f0e2c7456e196955db1daff72c380af8cdd65b596217d5141a902926af44+-- hash: 643336b80dad57ed97e0d7dc4bd18505a3975ae9343c124925a6d89c4b1ce920 name: Shpadoinkle-router-version: 0.1.0.0+version: 0.1.0.1 synopsis: A single page application rounter for Shpadoinkle based on Servant. description: Surjective single page application routing with Servant. Surjectivity means routes can be backward compatible, allowing URLs to evolve. Since routes are specified as Servant combinators, serving these routes from the backend is trivial. For an example of leveraging the client-server isomorphism via Servant specification, check the servant-crud example. category: Web@@ -46,7 +46,7 @@ , jsaddle >=0.9.7 && <0.20 , jsaddle-dom >=0.9.3 && <0.20 , lens >=4.17.1 && <5.0- , network-uri >=2.6.1 && <2.7+ , network-uri >=2.6.1 && <2.8 , servant >=0.16 && <0.18 , text >=1.2.3 && <1.3 , unliftio >=0.2.12 && <0.3