dhall-lang / dhall-haskell

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

Support request for `aeson` 2.2 in `dhall` #2535

Closed peterbecich closed 10 months ago

peterbecich commented 1 year ago

Current upper bound in dhall.cabal is < 2.2: https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/dhall.cabal#L208

This would make it easier to build dhall with aeson_2_2_0_0 on NixPkgs: https://search.nixos.org/packages?channel=unstable&show=haskellPackages.aeson_2_2_0_0&from=0&size=50&sort=relevance&type=packages&query=aeson_2

Thank you

kukimik commented 10 months ago

Looks like #2542 fixed this.

Gabriella439 commented 10 months ago

Ah, good catch! I'll go ahead and close this, then.