polysemy-http 0.4.0.4 → 0.4.0.5
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~http-clientdep ~lensPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: http-client, lens
API changes (from Hackage documentation)
- Polysemy.Http.Prelude: -- | Type of a single element of the structure.
- Polysemy.Http.Prelude: infix 9 !!?
- Polysemy.Http.Data.Manager: get :: forall r_atBX. MemberWithError Manager r_atBX => Sem r_atBX Manager
+ Polysemy.Http.Data.Manager: get :: forall r_atB2. MemberWithError Manager r_atB2 => Sem r_atB2 Manager
- Polysemy.Http.Data.Request: body :: HasRequest c_aBzp => Lens' c_aBzp Body
+ Polysemy.Http.Data.Request: body :: HasRequest c_aByH => Lens' c_aByH Body
- Polysemy.Http.Data.Request: class HasRequest c_aBzp
+ Polysemy.Http.Data.Request: class HasRequest c_aByH
- Polysemy.Http.Data.Request: cookies :: HasRequest c_aBzp => Lens' c_aBzp CookieJar
+ Polysemy.Http.Data.Request: cookies :: HasRequest c_aByH => Lens' c_aByH CookieJar
- Polysemy.Http.Data.Request: headers :: HasRequest c_aBzp => Lens' c_aBzp [(HeaderName, HeaderValue)]
+ Polysemy.Http.Data.Request: headers :: HasRequest c_aByH => Lens' c_aByH [(HeaderName, HeaderValue)]
- Polysemy.Http.Data.Request: host :: HasRequest c_aBzp => Lens' c_aBzp Host
+ Polysemy.Http.Data.Request: host :: HasRequest c_aByH => Lens' c_aByH Host
- Polysemy.Http.Data.Request: method :: HasRequest c_aBzp => Lens' c_aBzp Method
+ Polysemy.Http.Data.Request: method :: HasRequest c_aByH => Lens' c_aByH Method
- Polysemy.Http.Data.Request: path :: HasRequest c_aBzp => Lens' c_aBzp Path
+ Polysemy.Http.Data.Request: path :: HasRequest c_aByH => Lens' c_aByH Path
- Polysemy.Http.Data.Request: port :: HasRequest c_aBzp => Lens' c_aBzp (Maybe Port)
+ Polysemy.Http.Data.Request: port :: HasRequest c_aByH => Lens' c_aByH (Maybe Port)
- Polysemy.Http.Data.Request: query :: HasRequest c_aBzp => Lens' c_aBzp [(QueryKey, Maybe QueryValue)]
+ Polysemy.Http.Data.Request: query :: HasRequest c_aByH => Lens' c_aByH [(QueryKey, Maybe QueryValue)]
- Polysemy.Http.Data.Request: request :: HasRequest c_aBzp => Lens' c_aBzp Request
+ Polysemy.Http.Data.Request: request :: HasRequest c_aByH => Lens' c_aByH Request
- Polysemy.Http.Data.Request: tls :: HasRequest c_aBzp => Lens' c_aBzp Tls
+ Polysemy.Http.Data.Request: tls :: HasRequest c_aByH => Lens' c_aByH Tls
- Polysemy.Http.Prelude: infixl 4 <<$>>
+ Polysemy.Http.Prelude: infixl 4 <**>
- Polysemy.Http.Prelude: infixr 0 ?:
+ Polysemy.Http.Prelude: infixr 0 $!!
- Polysemy.Http.Prelude: type family OneItem x;
+ Polysemy.Http.Prelude: type family OneItem x
Files
- polysemy-http.cabal +8/−8
polysemy-http.cabal view
@@ -5,8 +5,8 @@ -- see: https://github.com/sol/hpack name: polysemy-http-version: 0.4.0.4-synopsis: Polysemy effect for http-client+version: 0.4.0.5+synopsis: Polysemy Effect for Http-Client description: See <https://hackage.haskell.org/package/polysemy-http/docs/Polysemy-Http.html> category: Network homepage: https://github.com/tek/polysemy-http#readme@@ -115,10 +115,10 @@ , containers , data-default ==0.7.* , either >=5.0.1 && <5.1- , http-client >=0.6.4 && <0.7+ , http-client >=0.6.4 && <0.8 , http-client-tls (>=0.3.5 && <0.4) && <0.4 , http-types >=0.12.3 && <0.13- , lens ==4.*+ , lens >=4 && <5.1 , polysemy ==1.5.* , polysemy-log >=0.2.2.1 && <0.3 , polysemy-plugin ==0.3.*@@ -207,10 +207,10 @@ , data-default ==0.7.* , either >=5.0.1 && <5.1 , hedgehog- , http-client >=0.6.4 && <0.7+ , http-client >=0.6.4 && <0.8 , http-client-tls (>=0.3.5 && <0.4) && <0.4 , http-types >=0.12.3 && <0.13- , lens ==4.*+ , lens >=4 && <5.1 , network , polysemy ==1.5.* , polysemy-http@@ -307,10 +307,10 @@ , data-default ==0.7.* , either >=5.0.1 && <5.1 , hedgehog- , http-client >=0.6.4 && <0.7+ , http-client >=0.6.4 && <0.8 , http-client-tls (>=0.3.5 && <0.4) && <0.4 , http-types >=0.12.3 && <0.13- , lens ==4.*+ , lens >=4 && <5.1 , polysemy ==1.5.* , polysemy-http , polysemy-log >=0.2.2.1 && <0.3