servant-http-streams 0.18.1 → 0.18.2
raw patch · 2 files changed
+9/−2 lines, 2 filesdep ~hspecdep ~servant-client-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, servant-client-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- servant-http-streams.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,13 @@ [The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-http-streams/CHANGELOG.md) [Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md) +0.18.2+------++### Significant changes++- Support `servant-client-core` 0.18.2.+ 0.18.1 ------
servant-http-streams.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: servant-http-streams-version: 0.18.1+version: 0.18.2 synopsis: Automatic derivation of querying functions for servant category: Servant, Web@@ -55,7 +55,7 @@ -- Strict dependency on `servant-client-core` as we re-export things. build-depends: servant == 0.18.*- , servant-client-core >= 0.18 && <0.19.1+ , servant-client-core >= 0.18.2 && <0.18.3 -- Other dependencies: Lower bound around what is in the latest Stackage LTS. -- Here can be exceptions if we really need features from the newer versions.