haskell / aeson

A fast Haskell JSON library
Other
1.26k stars 321 forks source link

GHC 9.6 compatibility: bump ghc-prim and template-haskell upper bounds one notch #1012

Closed ulysses4ever closed 1 year ago

ulysses4ever commented 1 year ago

Unfortunately, there's a bunch of dependencies that aren't ready. This is what I had to do to build it:

cabal build --allow-newer="aeson:ghc-prim,aeson:template-haskell,these:base,semialign
:base,semigroupoids:base,generically:base" 

UPD: edited as suggested below.

ysangkok commented 1 year ago

uuid-types and assoc can be removed from the above command.

This would solve these and semialign: