klappvisor / haskell-telegram-api

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

Migrate to Servant 0.12 #110

Closed klappvisor closed 6 years ago

klappvisor commented 6 years ago

https://packdeps.haskellers.com/feed?needle=telegram-api

marcelbuesing commented 6 years ago

Seems like some functions and types moved in 0.12 from Servant.Common.Req to Servant.Client.Core or Servant.Client if I see that correctly. Also looks like a couple of functions were moved to internal modules, e.g. requestToClientRequest, clientResponseToReponse to Servant.Client.Internal.HttpClient. Those are still exported luckily.