servant-snap 0.8.3 → 0.8.3.1
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- servant-snap.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.8.3.1+-----++Backport the response header fix from 0.8.4 (we can now use it with servant 0.14)+ 0.8.3 -----
servant-snap.cabal view
@@ -1,5 +1,5 @@ name: servant-snap-version: 0.8.3+version: 0.8.3.1 synopsis: A family of combinators for defining webservices APIs and serving them description: Interpret a Servant API as a Snap server, using any Snaplets you like.@@ -21,7 +21,7 @@ category: Web build-type: Simple cabal-version: >=1.10-tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1+tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5 extra-source-files: CHANGELOG.md README.md