bugsnag-hs 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- bugsnag-hs.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.3++- Expand version bounds to include http-client v0.7.+ # 0.1.0.2 - Expand version bounds to include aeson v1.5.0.
bugsnag-hs.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 425dcd060d1fbbdde18f005b8ea41b023bd4423ee9b8f2a54c7386295b16ad29+-- hash: 7caac2dd8372f186bc786e2c0c35b6f70284087a246e937655343f3b6105231e name: bugsnag-hs-version: 0.1.0.2+version: 0.1.0.3 synopsis: A Bugsnag client for Haskell. description: Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>. category: Web@@ -42,7 +42,7 @@ , auto-update >=0.1.4 && <0.2 , base >=4.10.1.0 && <5 , bytestring >=0.10.8.2 && <0.11- , http-client >=0.5.10 && <0.7+ , http-client >=0.5.10 && <0.8 , stm >=2.4.5.0 && <2.6 , text >=1.2.3.0 && <1.3 , time >=1.8.0.2 && <1.11