Open andreasabel opened 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.
template-haskell
This worked under GHC 9.0.1:
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.