haskell-tree-sitter
haskell-tree-sitter copied to clipboard
Support GHC 9.0
This worked under GHC 9.0.1:
$ git submodule sync
$ git submodule update --init --recursive --depth 1
$ cabal build all --enable-tests --allow-newer=template-haskell
So I suppose all is needed to support GHC 9.0 is to bump the upper bounds on template-haskell. This can be done in a revision on hackage.