Open VoidDruid opened 4 years ago
I should mention that I am building with allow-newer: true, because without it stack just says "Plan construction failed."
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:
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.
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
inMultipartFormData.hs:41:57
Can you please help me fix this?