servant-polysemy 0.1.0 → 0.1.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~polysemyPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: polysemy
API changes (from Hackage documentation)
- Servant.Polysemy.Client: runClient' :: forall r_axRP o_XvaL. (MemberWithError ServantClient r_axRP, NFData o_XvaL) => ClientM o_XvaL -> Sem r_axRP (Either ClientError o_XvaL)
+ Servant.Polysemy.Client: runClient' :: forall r_aoiK o_Xn1t. (MemberWithError ServantClient r_aoiK, NFData o_Xn1t) => ClientM o_Xn1t -> Sem r_aoiK (Either ClientError o_Xn1t)
- Servant.Polysemy.Client: runClientStreaming :: forall r_azf2 o_axRZ. MemberWithError ServantClientStreaming r_azf2 => ClientM o_axRZ -> Sem r_azf2 o_axRZ
+ Servant.Polysemy.Client: runClientStreaming :: forall r_apgK o_aoiU. MemberWithError ServantClientStreaming r_apgK => ClientM o_aoiU -> Sem r_apgK o_aoiU
Files
- CHANGELOG.md +5/−1
- servant-polysemy.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for servant-polysemy -## 0.1.0 -- YYYY-mm-dd+## 0.1.1 -- 2020-12-11++* Relax constraint on polysemy dependency to allow version 1.5.++## 0.1.0 -- 2020-12-01 * First version. Released on an unsuspecting world.
servant-polysemy.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: servant-polysemy-version: 0.1.0+version: 0.1.1 synopsis: Utilities for using servant in a polysemy stack description: It's possible to use servant and polysemy together without this library, but it's not easy. This library makes it easy. homepage: https://github.com/AJChapman/servant-polysemy#readme@@ -28,7 +28,7 @@ , http-client ^>= 0.6.4.1 , http-client-tls ^>= 0.3.5.3 , mtl ^>= 2.2.2- , polysemy ^>= 1.3.0.0+ , polysemy >= 1.3.0.0 && < 1.6 , polysemy-plugin ^>= 0.2.4.0 , polysemy-zoo ^>= 0.7.0.1 , servant-server >= 0.16 && < 0.19