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

Fails to build with lts-14.0 - error in MultipartFormData

Open VoidDruid opened this issue 6 years ago • 3 comments

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 avatar Nov 22 '19 21:11 VoidDruid

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

VoidDruid avatar Nov 22 '19 21:11 VoidDruid

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:

VoidDruid avatar Nov 23 '19 11:11 VoidDruid

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.

ghost avatar Feb 06 '20 14:02 ghost