packages feed

telegram-bot-simple 0.14 → 0.14.1

raw patch · 3 files changed

+12/−6 lines, 3 filesdep ~telegram-bot-api

Dependency ranges changed: telegram-bot-api

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+0.14.1 -- 2024-05-26+---++- Support `telegram-bot-api == 7.3.1`.+ 0.14 -- 2024-05-25 --- 
README.md view
@@ -32,5 +32,6 @@ | 0.12  | 6.7  | | 0.13 | 7.0 |  | 0.14 | 7.3 | +| 0.14.1 | 7.3.1 |   _Nick_
telegram-bot-simple.cabal view
@@ -1,7 +1,7 @@ cabal-version: 1.12  name:           telegram-bot-simple-version:        0.14+version:        0.14.1 synopsis:       Easy to use library for building Telegram bots. description:    Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme> category:       Web@@ -70,7 +70,7 @@     , split     , stm     , template-haskell-    , telegram-bot-api >= 7.3+    , telegram-bot-api >= 7.3.1     , text     , time     , transformers@@ -117,7 +117,7 @@   if flag(examples)     build-depends:         telegram-bot-simple-      , telegram-bot-api >= 7.3+      , telegram-bot-api >= 7.3.1   else     buildable: False @@ -159,7 +159,7 @@   if flag(examples)     build-depends:         telegram-bot-simple-      , telegram-bot-api >= 7.3+      , telegram-bot-api >= 7.3.1   else     buildable: False @@ -212,7 +212,7 @@       , servant-server       , signal       , telegram-bot-simple-      , telegram-bot-api >= 7.3+      , telegram-bot-api >= 7.3.1       , uuid       , warp   else@@ -256,6 +256,6 @@   if flag(examples)     build-depends:         telegram-bot-simple-      , telegram-bot-api >= 7.3+      , telegram-bot-api >= 7.3.1   else     buildable: False