context-http-client 0.1.0.0 → 0.2.0.0
raw patch · 4 files changed
+10/−10 lines, 4 filesdep ~contextPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: context
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- README.md +0/−2
- context-http-client.cabal +3/−5
- package.yaml +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.2.0.0++* Dependency bump: `context-0.2.0.0`+ ## 0.1.0.0 -Initial release+* Initial release
README.md view
@@ -2,8 +2,6 @@ [![Version badge][]][version] -🚧 This README is under construction and could use some love. 🚧- `context-http-client` supports modifying `http-client` requests/responses using `context`.
context-http-client.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack------ hash: 1865990c2877a02d8dacd93e6c25398bbb43844bf4cd02afdda60b6540ca6c4f name: context-http-client-version: 0.1.0.0+version: 0.2.0.0 synopsis: Modify HTTP requests/responses using context description: Modify outgoing HTTP requests and incoming HTTP responses using context. category: Web@@ -40,7 +38,7 @@ ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.12 && <5- , context >=0.1.0.0 && <0.2+ , context >=0.2.0.0 && <0.3 , http-client >=0.5.13.1 && <0.8 default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: context-http-client-version: '0.1.0.0'+version: '0.2.0.0' github: "jship/context/context-http-client" license: MIT license-file: LICENSE.md@@ -26,7 +26,7 @@ library: dependencies: - base >=4.12 && <5- - context >=0.1.0.0 && <0.2+ - context >=0.2.0.0 && <0.3 - http-client >=0.5.13.1 && <0.8 source-dirs: library