dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
912 stars 213 forks source link

Allow aeson-2.2 in dhall-yaml and dhall-lsp-server #2599

Closed kokobd closed 3 months ago

kokobd commented 3 months ago

Currently dhall-json has aeson < 2.3 but dhall-yaml still has aeson < 2.2. This PR extends the later upper bound to 2.3 too.

mmhat commented 3 months ago

@kokobd Thank you!