reroute 0.5.0.0 → 0.6.0.0
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- reroute.cabal +4/−3
reroute.cabal view
@@ -1,5 +1,5 @@ name: reroute-version: 0.5.0.0+version: 0.6.0.0 synopsis: abstract implementation of typed and untyped web routing description: abstraction over how urls with/without parameters are mapped to their corresponding handlers homepage: http://github.com/agrafix/Spock@@ -7,10 +7,11 @@ license-file: LICENSE author: Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info> maintainer: Alexander Thiemann <mail@athiemann.net>-copyright: (c) 2014 - 2017 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>+copyright: (c) 2014 - 2020 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info> category: Web build-type: Simple-cabal-version: >=1.10+cabal-version: >=2.0+tested-with: GHC==8.8.4 extra-source-files: README.md