Spock-api 0.11.0.0 → 0.12.0.0
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~reroutePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: reroute
API changes (from Hackage documentation)
- Web.Spock.Api: renderRoute :: Path as Open -> HVect as -> Text
+ Web.Spock.Api: renderRoute :: AllHave ToHttpApiData as => Path as Open -> HVect as -> Text
- Web.Spock.Api: var :: (Typeable * a, PathPiece a) => Path ((:) * a ([] *)) Open
+ Web.Spock.Api: var :: (Typeable * a, FromHttpApiData a) => Path ((:) * a ([] *)) Open
Files
- LICENSE +2/−2
- Spock-api.cabal +3/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013 - 2016, Alexander Thiemann <mail@athiemann.net>+Copyright (c) 2013 - 2017, Alexander Thiemann <mail@athiemann.net> All rights reserved. @@ -13,7 +13,7 @@ disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Alexander Thiemann <mail@agrafix.net> nor the names of other+ * Neither the name of Alexander Thiemann nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
Spock-api.cabal view
@@ -1,5 +1,5 @@ name: Spock-api-version: 0.11.0.0+version: 0.12.0.0 synopsis: Another Haskell web framework for rapid development description: API definition DSL for Spock web framework Homepage: https://www.spock.li@@ -8,11 +8,11 @@ license-file: LICENSE author: Alexander Thiemann <mail@athiemann.net> maintainer: Alexander Thiemann <mail@athiemann.net>-copyright: (c) 2013 - 2016 Alexander Thiemann+copyright: (c) 2013 - 2017 Alexander Thiemann category: Web build-type: Simple cabal-version: >=1.8-tested-with: GHC==7.8.4, GHC==7.10.2, GHC==8.0.1+tested-with: GHC==7.10.2, GHC==8.0.1 library hs-source-dirs: src