packages feed

context-http-client 0.2.0.1 → 0.2.0.2

raw patch · 3 files changed

+11/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Change log +## 0.2.0.2++* Link test suite with `-threaded` RTS option+ ## 0.2.0.1  * Backwards compatibility with GHC 8.4 (@pbrisbin)
context-http-client.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           context-http-client-version:        0.2.0.1+version:        0.2.0.2 synopsis:       Modify HTTP requests/responses using context description:    Modify outgoing HTTP requests and incoming HTTP responses using context. category:       Web@@ -50,7 +50,7 @@       Paths_context_http_client   hs-source-dirs:       test-suite-  ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints+  ghc-options: -Wall -fwarn-tabs -Wincomplete-uni-patterns -Wredundant-constraints -threaded -with-rtsopts=-N   build-tool-depends:       hspec-discover:hspec-discover   build-depends:
package.yaml view
@@ -1,5 +1,5 @@ name: context-http-client-version: '0.2.0.1'+version: '0.2.0.2' github: "jship/context/context-http-client" license: MIT license-file: LICENSE.md@@ -49,3 +49,6 @@     - stm     - wai     - warp+    ghc-options:+    - -threaded+    - -with-rtsopts=-N