@hackage tdlib0.3.0
complete binding to the Telegram Database Library
Categories
License
BSD-3-Clause
Maintainer
poscat@mail.poscat.moe
Links
Versions
Installation
Dependencies (11)
- aeson >=1.4.7 && <1.6
- base >=4.10 && <5
- bytestring
- containers >=0.6.2.1 && <0.7
- monad-loops
- polysemy >=1.3.0.0 && <1.4 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