klappvisor / haskell-telegram-api

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

Fails to build with lts-14.0 - error in MultipartFormData #121

Open VoidDruid opened 4 years ago

VoidDruid commented 4 years ago

Hello! First of all, thank you for this package. When I try to build it with stack, resolver - lts-14.0, I ran into following error: Module Servant.Client.Internal.HttpClient does not export clientResponseToReponse in MultipartFormData.hs:41:57 Can you please help me fix this?

VoidDruid commented 4 years ago

I should mention that I am building with allow-newer: true, because without it stack just says "Plan construction failed."

VoidDruid commented 4 years ago

Upd: I got stack to start building with lts-10.0, but now build hangs on Compiling Web.Telegram.API.Bot.Data :face_with_head_bandage:

ghost commented 4 years ago

This Typo seems to be fixed in https://github.com/klappvisor/haskell-telegram-api/pull/119, but is not presented in Hackage, when I browse the MultipartFormData.hs-Source the Typo is still present. And the version 0.7.1.0 can also not be build.