fizruk / telegram-bot-simple

Easy to use library for building Telegram bots in Haskell.
BSD 3-Clause "New" or "Revised" License
106 stars 52 forks source link

New release needed to push #188 fix to hack/stackage? #190

Closed artimath closed 2 days ago

artimath commented 2 weeks ago

Hi, I am going through the Conference Workshop videos.

I ran into https://github.com/fizruk/telegram-bot-simple/issues/188, which was fixed and merged to master in https://github.com/fizruk/telegram-bot-simple/issues/189.

I was only able to get the latest fix by using extra-deps to that specific commit.

The last release was ~month before this was fixed. https://github.com/fizruk/telegram-bot-simple/releases/tag/v.0.14.1

Does this package need a new release in order for stackage/hackage/nix to be able to pull a working version?

fizruk commented 2 weeks ago

Does this package need a new release in order for stackage/hackage/nix to be able to pull a working version?

Yes, it appears to be the case. We will try to make a release soon. Thanks for noticing!

swamp-agr commented 2 weeks ago

Hi @artimath, please find release on Hackage: https://hackage.haskell.org/package/telegram-bot-simple-0.14.2 (Please expect haddock in a few hours or tomorrow if it is not autogenerated).

cabal update will pick it in an hour or so.

swamp-agr commented 2 weeks ago

@artimath could you please confirm that recent release helped you?