servant-snap 0.8.4.1 → 0.8.5
raw patch · 3 files changed
+23/−4 lines, 3 filesdep ~basedep ~http-mediaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, http-media
API changes (from Hackage documentation)
Files
- CHANGELOG.md +19/−0
- README.md +1/−1
- servant-snap.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,15 @@+0.8.5.0+-----++Bump dependencies for ghc-8.8.2+++0.8.4.1+-----++Drop servant-client and http-client dependencies from snap-greet++ 0.8.4 ----- @@ -5,6 +17,13 @@ Drop support for servant < 0.15 Correct the way imperativelly added headers in request/response are managed (fixing CORS issue) More CORS test coverage+++0.8.3.2+-----++Backport the response header fix from 0.8.4 (we can now use it with servant 0.14)+ 0.8.3 -----
README.md view
@@ -132,5 +132,5 @@ return $ App h s d a main :: IO ()-main = httpServe defaultConfig app+main = serveSnaplet defaultConfig app ```
servant-snap.cabal view
@@ -1,5 +1,5 @@ name: servant-snap-version: 0.8.4.1+version: 0.8.5 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.@@ -44,7 +44,7 @@ Servant.Server.Internal.SnapShims Servant.Utils.StaticFiles build-depends:- base >= 4.7 && < 4.13+ base >= 4.7 && < 4.14 , aeson >= 0.7 && < 1.5 , attoparsec >= 0.12 && < 0.14 , base64-bytestring >= 1.0 && < 1.1@@ -52,7 +52,7 @@ , case-insensitive >= 1.2 && < 1.3 , containers >= 0.5 && < 0.7 , filepath >= 1 && < 1.5- , http-media >= 0.7.1.2 && < 0.8+ , http-media >= 0.7.1.2 && < 0.9 , http-types >= 0.8 && < 0.13 , http-api-data >= 0.2 && < 0.5 , io-streams >= 1.3 && < 1.6