arybczak / ghc-tags

A command line tool that leverages GHC API for generation of etags (Emacs) and ctags (Vim, VSCode with ctagsx etc.) for efficient code navigation (jump to definition).
Mozilla Public License 2.0
21 stars 3 forks source link

Add support for GHC 9.6 and drop support for GHC 9.0 #16

Closed arybczak closed 1 year ago

tfausak commented 1 year ago

Can we get a new release to Hackage with these changes? Thanks!

tjakway commented 1 year ago

Can we get a new release to Hackage with these changes? Thanks!

I second that if you're not too busy. I'm trying to cut down on the number of tools I need to manually clone & build myself.

arybczak commented 1 year ago

There you go: https://hackage.haskell.org/package/ghc-tags-1.7 :slightly_smiling_face:

tfausak commented 1 year ago

Thank you!