tree-sitter / haskell-tree-sitter

Haskell bindings for tree-sitter
152 stars 45 forks source link

Support GHC 9.0 #298

Open andreasabel opened 3 years ago

andreasabel commented 3 years ago

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.