packages feed

bugsnag-hs 0.2.0.6 → 0.2.0.7

raw patch · 2 files changed

+9/−2 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,11 @@+# 0.2.0.7++- Relax version bounds to inlude time-1.x.+ # 0.2.0.6++Warning: this version accidentally reverted the changes in 0.2.0.4. You're+recommended to skip this and go directly to 0.2.0.7.  - Relax version bounds to inlude time-1.x. 
bugsnag-hs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           bugsnag-hs-version:        0.2.0.6+version:        0.2.0.7 synopsis:       A Bugsnag client for Haskell. description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>. category:       Web@@ -35,7 +35,7 @@   hs-source-dirs:       src   build-depends:-      aeson >=1.2.4.0 && <1.6+      aeson >=1.2.4.0 && <2.1     , base >=4.10.1.0 && <5     , bytestring >=0.10.8.2 && <0.12     , http-client >=0.5.10 && <0.8