| 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: Sun, 18 Jan 2026 19:59:57 GMT
X-Served-By: cache-dfw-kdfw8210115-DFW, cache-bom-vanm7210048-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768766397.135491,VS0,VE784
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
postgresql-simple-ltree: Instances for using ltree with postgresql-simple
[Skip to Readme]
postgresql-ltree
postgresql-simple-ltree
postgresql-simple-ltree: Instances for using ltree with postgresql-simple
Please see the README on GitHub at https://github.com/simspace/postgresql-ltree#readme
[Skip to Readme]
Downloads
- postgresql-simple-ltree-0.0.0.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
| Versions [RSS] | 0.0.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=1.5.6.0 && <2), base (>=4.7 && <5), postgresql-ltree (>=0.0.0.0 && <1), postgresql-simple (>=0.6.4 && <1), text (>=1.2.4.1 && <2) [details] |
| License | BSD-3-Clause |
| Copyright | 2022 SimSpace |
| Author | Cary Robbins |
| Maintainer | carymrobbins@gmail.com |
| Uploaded | by carymrobbins at 2022-07-22T19:16:43Z |
| Revised | Revision 1 made by carymrobbins at 2022-07-22T19:22:28Z |
| Category | Database |
| Home page | https://github.com/simspace/postgresql-ltree#readme |
| Bug tracker | https://github.com/simspace/postgresql-ltree/issues |
| Source repo | head: git clone https://github.com/simspace/postgresql-ltree |
| Distributions | |
| Downloads | 125 total (4 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2022-07-22 [all 1 reports] |
Readme for postgresql-simple-ltree-0.0.0.0
[back to package description]postgresql-ltree
Haskell support for PostgreSQL's ltree.
postgresql-ltree 
Core types and functions for use in Haskell code. Does not provide support for any database library; use one of the following libraries instead.
postgresql-simple-ltree 
Contains type class instances for FromField and ToField for use with postgresql-simple.
Re-exports types and functions from postgresql-ltree so there should be no
need to depend on both.