bugsnag-hs 0.2.0.9 → 0.2.0.10
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- bugsnag-hs.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.10++- Expand version bounds to include aeson v2.2.x.+ # 0.2.0.9 - Expand version bounds to include aeson v2.1.x.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022, Jasper Woudenberg+Copyright (c) 2023, Jasper Woudenberg All rights reserved. Redistribution and use in source and binary forms, with or without
bugsnag-hs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: bugsnag-hs-version: 0.2.0.9+version: 0.2.0.10 synopsis: A Bugsnag client for Haskell. description: Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>. category: Web@@ -13,7 +13,7 @@ bug-reports: https://github.com/jwoudenberg/bugsnag-hs/issues author: Jasper Woudenberg maintainer: mail@jasperwoudenberg.com-copyright: 2022 Jasper Woudenberg+copyright: 2023 Jasper Woudenberg license: BSD3 license-file: LICENSE build-type: Simple@@ -35,7 +35,7 @@ hs-source-dirs: src build-depends:- aeson >=1.2.4.0 && <2.2+ aeson >=1.2.4.0 && <2.3 , base >=4.10.1.0 && <5 , bytestring >=0.10.8.2 && <0.12 , http-client >=0.5.10 && <0.8