| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:11:38 GMT
X-Served-By: cache-dfw-kdfw8210150-DFW, cache-bom-vanm7210051-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768612298.291364,VS0,VE306
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
tdlib: complete binding to the Telegram Database Library
tdlib: complete binding to the Telegram Database Library
Downloads
- tdlib-0.3.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0, 0.1.1, 0.1.3, 0.1.4, 0.1.5, 0.2.0, 0.3.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | 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), polysemy-plugin (>=0.2.5.0 && <0.3), stm (>=2.5.0.0 && <2.6), tdlib-types (>=0.4.0 && <0.5), text, unordered-containers (>=0.2.10.0 && <0.3) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2020 Poscat |
| Author | Poscat |
| Maintainer | poscat@mail.poscat.moe |
| Uploaded | by Poscat at 2020-06-05T11:49:48Z |
| Revised | Revision 1 made by Poscat at 2020-06-09T00:32:02Z |
| Category | Web |
| Home page | https://github.com/poscat0x04/tdlib#readme |
| Bug tracker | https://github.com/poscat0x04/tdlib/issues |
| Source repo | head: git clone https://github.com/poscat0x04/tdlib |
| Distributions | NixOS:0.3.0 |
| Downloads | 1430 total (26 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for tdlib-0.3.0
[back to package description]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