| 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 22:08:45 GMT
X-Served-By: cache-dfw-kdal2120043-DFW, cache-bom-vanm7210060-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768687725.715096,VS0,VE882
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
postgresql-simple-interval: A simple interval type for PostgreSQL.
[Skip to Readme]
postgresql-simple-interval: A simple interval type for PostgreSQL.
This library provides a simple interval type for PostgreSQL. It supports round-tripping through Postgres without losing information.
[Skip to Readme]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| pedantic | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- postgresql-simple-interval-1.0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.2025.7.9, 0.2025.7.10, 0.2025.7.11, 0.2025.7.12, 0.2025.8.27, 0.2025.9.5, 1.0.0.0, 1.0.1.0, 1.0.1.1, 1.0.1.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | attoparsec (>=0.14.4 && <0.15), base (>=4.13 && <4.23), bytestring (>=0.10.10 && <0.13), persistent (>=2.17 && <2.19), postgresql-simple (>=0.7 && <0.8), scientific (>=0.3.8 && <0.4), template-haskell (>=2.15 && <2.25), text (>=1.2.4 && <1.3 || >=2.0 && <2.2), time (>=1.9.3 && <1.16) [details] |
| License | 0BSD |
| Author | |
| Maintainer | Mercury Technologies, Inc. |
| Uploaded | by mercury at 2026-01-12T17:30:05Z |
| Category | Database |
| Source repo | head: git clone https://github.com/MercuryTechnologies/postgresql-simple-interval |
| Distributions | Stackage:1.0.1.2 |
| Reverse Dependencies | 1 direct, 44 indirect [details] |
| Downloads | 100 total (31 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 postgresql-simple-interval-1.0.1.2
[back to package description]postgresql-simple-interval
A simple interval type for PostgreSQL.