haskell / hie-bios

Set up a GHC API session for various Haskell Projects
https://hackage.haskell.org/package/hie-bios
BSD 3-Clause "New" or "Revised" License
181 stars 63 forks source link

Relax lower bounds for aeson and prettyprinter #378

Closed pepeiborra closed 1 year ago

pepeiborra commented 1 year ago

This enables building HLS with stackage LTS 16, which is still important for us.

I tested this with:

cabal build --constraint "aeson ==1.4.4.0" --constraint "prettyerinter ==1.6.2" -w ghc-8.8

I will need a Hackage revision please @fendor

fendor commented 1 year ago

Which hie-bios version you need revisions for? Revision for version 0.11 has been published.