klappvisor / haskell-telegram-api

Telegram Bot API for Haskell
BSD 3-Clause "New" or "Revised" License
201 stars 67 forks source link

GHC 8.10 and 9.0 support #132

Open DrewFenwick opened 3 years ago

DrewFenwick commented 3 years ago

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.