kowainik / tomland

🏝 Bidirectional TOML serialization
https://kowainik.github.io/posts/2019-01-14-tomland
Mozilla Public License 2.0
120 stars 39 forks source link

Please make Hackage revision #427

Closed tomjaguarpaw closed 8 months ago

tomjaguarpaw commented 11 months ago

Could you please bump the base version dependency on Hackage to < 4.18 for tomland? It works fine with GHC 9.4 at least without change (I haven't tried 9.6).

tomjaguarpaw commented 11 months ago

I can confirm 9.6 is fine too, so the bound can be base < 4.19.

tomjaguarpaw commented 11 months ago

Specifically, tomland-1.3.3.1 can be expanded to base < 4.19.

andreasabel commented 11 months ago

https://hackage.haskell.org/package/tomland-1.3.3.2/revisions/

I tested the revision with GHC 9.6.2 and 9.4.5.