bugsnag 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+15/−12 lines, 2 filesdep ~containersdep ~hspecdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, hspec, http-client, parsec, template-haskell, th-lift-instances, ua-parser, unliftio, unordered-containers
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- bugsnag.cabal +10/−11
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.0...main)+## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.1...main) - None++## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.0...bugsnag-v1.0.0.1)++- Support GHCs 9.0 and 9.2 ## [v1.0.0.0](https://github.com/pbrisbin/bugsnag-haskell/tree/bugsnag-v1.0.0.0)
bugsnag.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: bugsnag-version: 1.0.0.0+version: 1.0.0.1 license: MIT license-file: LICENSE maintainer: pbrisbin@gmail.com@@ -49,15 +49,15 @@ base >=4.11.0 && <5, bugsnag-hs >=0.2.0.8, bytestring >=0.10.8.2,- containers >=0.6.0.1,- http-client >=0.6.4,+ containers >=0.5.11.0,+ http-client >=0.5.14, http-client-tls >=0.3.5.3,- parsec >=3.1.14.0,- template-haskell >=2.14.0.0,+ parsec >=3.1.13.0,+ template-haskell >=2.13.0.0, text >=1.2.3.1,- th-lift-instances >=0.1.14,- ua-parser >=0.7.5.1,- unordered-containers >=0.2.10.0+ th-lift-instances >=0.1.11,+ ua-parser >=0.7.7.0,+ unordered-containers >=0.2.9.0 executable example-cli main-is: Main.hs@@ -126,6 +126,5 @@ build-depends: base >=4.11.0 && <5, bugsnag -any,- hspec >=2.7.1,- text >=1.2.3.1,- unliftio >=0.2.12+ hspec >=2.5.5,+ unliftio >=0.2.9.0