| 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: Fri, 16 Jan 2026 23:46:09 GMT
X-Served-By: cache-dfw-kdal2120129-DFW, cache-bom-vanm7210093-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768607169.604583,VS0,VE768
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hyperpublic: A thin wrapper for the Hyperpublic API
[Skip to Readme]
hyperpublic: A thin wrapper for the Hyperpublic API
A thin wrapper for the Hyperpublic API, which uses http-enumerator to fetch
results and aeson to return them as JSON.
[Skip to Readme]
Modules
[Index]
Downloads
- hyperpublic-0.1.1.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.0.0, 0.1.0, 0.1.1 |
|---|---|
| Dependencies | aeson (>=0.3.2.12 && <0.4), attoparsec (>=0.9.1.2 && <0.9.99), base (>=4.0 && <5.0), bytestring (>=0.9.2.0 && <0.9.99), http-enumerator (>=0.7.1.3 && <0.8), http-types (>=0.6.5.1 && <0.7) [details] |
| License | LicenseRef-PublicDomain |
| Author | Mike S. Craig |
| Maintainer | mkscrg@gmail.com |
| Uploaded | by MichaelCraig at 2011-10-27T15:14:05Z |
| Category | Web |
| Home page | https://github.com/mkscrg/hyperpublic-haskell |
| Bug tracker | https://github.com/mkscrg/hyperpublic-haskell/issues |
| Source repo | head: git clone git://github.com/mkscrg/hyperpublic-haskell.git this: git clone git://github.com/mkscrg/hyperpublic-haskell.git(tag 0.0.0) |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2352 total (9 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 hyperpublic-0.1.1
[back to package description]A thin Haskell wrapper for the Hyperpublic API. See the Hackage page for library documentation and examples.
A Note on Version Numbers
This package adheres to the following convention regarding version numbers:
x.y.z
x-- Major digit, denotes structural changes to the library's exposed modules. Application code will probably require updates.y-- Minor digit, denotes feature additions. Application code will not require updates.z-- Bugfix digit, denotes bug fixes. Application code will not require updates.