klappvisor / haskell-telegram-api

Telegram Bot API for Haskell
BSD 3-Clause "New" or "Revised" License
202 stars 67 forks source link

Servant-0.11 compatibility #101

Closed paulrzcz closed 6 years ago

paulrzcz commented 7 years ago

This pull request is for issue #100. There is only one meaningful change, an adoption of new parameter in data constructor FailureResponse.

This change is incompatible with previous versions of servant, therefore I assume that version bump is required. I mark it as version 0.7.0.0 but I am not sure what the policy is. So, feel free to change it according to your rules.

The version can be compiled against LTS-9.0 with GHC 8.0.2 and nightly-2017-08-11 with GHC 8.2.1.

klappvisor commented 6 years ago

Thank you for contributing and sorry for the huge delay.