@hackage tdlib0.1.4
complete binding to the Telegram Database Library
Categories
License
BSD-3-Clause
Maintainer
poscat@mail.poscat.moe
Links
Versions
Installation
Dependencies (13)
- aeson
- base >=4.10 && <5
- base64-bytestring-type
- bytestring >=0.10.10.0 && <0.11
- containers
- monad-loops Show all…
Dependents (0)
tdlib
Haskell bindings to the TDLib API though the json interface.
Building
- build TDLib following these instructions
- run
cabal configure --extra-lib-dirs=<PATH_TO_TDLIB>if TDLib was installed at non-standard locations - run
cabal build