Spock-api-server 0.12.0.1 → 0.14.0.0
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~Spock-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Spock-core
API changes (from Hackage documentation)
Files
- Spock-api-server.cabal +6/−5
Spock-api-server.cabal view
@@ -1,5 +1,5 @@ name: Spock-api-server-version: 0.12.0.1+version: 0.14.0.0 synopsis: Another Haskell web framework for rapid development description: Server wiring for Spock-api APIs Homepage: https://www.spock.li@@ -8,22 +8,23 @@ license-file: LICENSE author: Alexander Thiemann <mail@athiemann.net> maintainer: Alexander Thiemann <mail@athiemann.net>-copyright: (c) 2013 - 2017 Alexander Thiemann+copyright: (c) 2013 - 2020 Alexander Thiemann category: Web build-type: Simple-cabal-version: >=1.8-tested-with: GHC==7.10.2, GHC==8.0.1+cabal-version: >=2.0+tested-with: GHC==8.8.4 library hs-source-dirs: src exposed-modules: Web.Spock.Api.Server build-depends: base >= 4 && < 5,- Spock-core >= 0.11,+ Spock-core >= 0.14, Spock-api, hvect >= 0.3.1, mtl ghc-options: -Wall+ default-language: Haskell2010 source-repository head type: git