Closed thelissimus closed 5 months ago
It seems that telegram-bot-api has updated. My code failed with the same error message with 7.4 version, but worked with 7.3.1.
So, a workaround is to add to cabal.project (or equivalent) the following line:
constraints: telegram-bot-api==7.3.1
The code:
Is failing with the following error:
Tried scraping all of my code off and copy-pasting examples from the repository and the lambdaconf-2018-workshop. No use. Probably some new feature introduced the bug.