haskell-tree-sitter icon indicating copy to clipboard operation
haskell-tree-sitter copied to clipboard

Support GHC 9.0

Open andreasabel opened this issue 4 years ago • 0 comments

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.

andreasabel avatar Oct 19 '21 16:10 andreasabel