packages feed

yesod-core 1.6.24.4 → 1.6.24.5

raw patch · 2 files changed

+6/−1 lines, 2 filesdep +attoparsec-aesonPVP ok

version bump matches the API change (PVP)

Dependencies added: attoparsec-aeson

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod-core +## 1.6.24.5++* Support Aeson 2.2 [#1818](https://github.com/yesodweb/yesod/pull/1818)+ ## 1.6.24.4  * Fix test-suite compilation error for GHC >= 9.0.1 [#1812](https://github.com/yesodweb/yesod/pull/1812)
yesod-core.cabal view
@@ -1,5 +1,5 @@ name:            yesod-core-version:         1.6.24.4+version:         1.6.24.5 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -27,6 +27,7 @@      build-depends:   base                  >= 4.10     && < 5                    , aeson                 >= 1.0+                   , attoparsec-aeson      >= 2.1                    , auto-update                    , blaze-html            >= 0.5                    , blaze-markup          >= 0.7.1