wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

Add compatibility for GHC 9.2 #36

Closed fendor closed 3 years ago

fendor commented 3 years ago

Also, ditch dependency on ghc-api-compat so that hiedb can actually be published to Hackage.

Depends on https://github.com/haskell/haskell-language-server/pull/2003

fendor commented 3 years ago

oops, honestly forgot there are tests

fendor commented 3 years ago

ping @wz1000

fendor commented 3 years ago

cc @jneira, this is one of the patches that drops the ghc-api-compat dep.

jneira commented 3 years ago

@fendor nice! thanks, we have to use this version of hiedb in hls i suppose??

fendor commented 3 years ago

@jneira Yes, ghcide is yet to be upgraded, I wanted to do that in one sweep with GHC 9.2 support, but I am waiting for https://github.com/alanz/ghc-exactprint/pull/101