haskell-telegram-api icon indicating copy to clipboard operation
haskell-telegram-api copied to clipboard

GHC 8.10 and 9.0 support

Open DrewFenwick opened this issue 4 years ago • 0 comments
trafficstars

Currently there are no valid build plans under GHC 8.10 and 9.0 as the servant-client == 0.16 bound restricts the version of base to < 4.14

In order to build on the latest GHC versions we need compatibility with later servant-client versions.

DrewFenwick avatar Oct 19 '21 15:10 DrewFenwick