@hackage tdlib0.1.1
Bidings to the tdlib json interface
Categories
License
BSD-3-Clause
Maintainer
poscat@mail.poscat.moe
Links
Versions
Installation
Dependencies (2)
- base >=4.10 && <5
- bytestring >=0.10.10.0 && <0.11 Show all…
Dependents (0)
tdlib
Low level Haskell bindings to the TDLib 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