M CHANGELOG.md => CHANGELOG.md +5 -0
@@ 1,3 1,8 @@
+0.3.5
+---
+
+- Restore backward compatibility with older GHCs (see [#40](https://github.com/fizruk/telegram-bot-simple/pull/40));
+
0.3.4
---
M package.yaml => package.yaml +1 -1
@@ 1,5 1,5 @@
name: telegram-bot-simple
-version: 0.3.4
+version: 0.3.5
github: "fizruk/telegram-bot-simple"
license: BSD3
author: "Nickolay Kudasov"
M telegram-bot-simple.cabal => telegram-bot-simple.cabal +1 -1
@@ 7,7 7,7 @@ cabal-version: 1.12
-- hash: 6d52edc3fb6015df0405b5a83558655525a8de69bd624202d18729eacbb353a1
name: telegram-bot-simple
-version: 0.3.4
+version: 0.3.5
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