bugsnag-yesod 1.0.0.0 → 1.0.0.1
raw patch · 2 files changed
+14/−10 lines, 2 filesdep ~bugsnagdep ~bugsnag-waidep ~unliftionew-component:exe:example-yesodPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bugsnag, bugsnag-wai, unliftio, wai, warp, yesod-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- bugsnag-yesod.cabal +9/−9
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-yesod-v1.0.0.0...main)+## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-yesod-v1.0.0.1...main) - None++## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-yesod-v1.0.0.0...bugsnag-yesod-v1.0.0.1)++- Support GHCs 9.0 and 9.2 ## [v1.0.0.0](https://github.com/pbrisbin/bugsnag-haskell/tree/bugsnag-yesod-v1.0.0.0)
bugsnag-yesod.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: bugsnag-yesod-version: 1.0.0.0+version: 1.0.0.1 license: MIT license-file: LICENSE maintainer: pbrisbin@gmail.com@@ -34,13 +34,13 @@ build-depends: base >=4.11.0 && <5,- bugsnag >=1.0.0.0,- bugsnag-wai >=1.0.0.0,- unliftio >=0.2.12,- wai >=3.2.2.1,- yesod-core >=1.6.17.2+ bugsnag >=1.0.0.1,+ bugsnag-wai >=1.0.0.1,+ unliftio >=0.2.9.0,+ wai >=3.2.1.2,+ yesod-core >=1.6.9 -executable example-warp+executable example-yesod main-is: Main.hs hs-source-dirs: example other-modules: Paths_bugsnag_yesod@@ -56,9 +56,9 @@ build-depends: base >=4.11.0 && <5,- bugsnag >=1.0.0.0,+ bugsnag >=1.0.0.1, bugsnag-yesod -any,- warp >=3.3.5,+ warp >=3.2.25, yesod-core >1.6 if !flag(examples)