Skip to content

Commit

Permalink
Add attoparsec-aeson to support aeson-2.2
Browse files Browse the repository at this point in the history
The module `Data.Aeson.Parser` is moved into attoparsec-aeson for aeson >=2.2.
For aeson <2.2, attoparsec-aeson is an empty package, since the module exists within aeson.
  • Loading branch information
Vekhir committed Sep 11, 2023
1 parent 0d10965 commit a742ae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions yesod-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion yesod-core/yesod-core.cabal
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down Expand Up @@ -27,6 +27,7 @@ library

build-depends: base >= 4.10 && < 5
, aeson >= 1.0
, attoparsec-aeson >= 2.1
, auto-update
, blaze-html >= 0.5
, blaze-markup >= 0.7.1
Expand Down

0 comments on commit a742ae5

Please sign in to comment.