| 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 21:24:29 GMT
X-Served-By: cache-dfw-kdal2120043-DFW, cache-bom-vanm7210076-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768598670.581669,VS0,VE292
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
linode-v4: Haskell wrapper for the Linode v4 API
linode-v4: Haskell wrapper for the Linode v4 API
Modules
- Network
- Linode
- Network.Linode.Api
- Network.Linode.Request
- Network.Linode.Response
- Linode
Downloads
- linode-v4-0.1.0.4.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.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson (>=0.11 && <0.12), base (>=4.9 && <4.10), bytestring (>=0.10 && <0.11), http-conduit (>=2.2 && <2.3), unordered-containers (>=0.2 && <0.3) [details] |
| License | BSD-3-Clause |
| Author | Phil Eaton |
| Maintainer | philneaton95@gmail.com |
| Uploaded | by eatonphil at 2016-09-21T13:41:17Z |
| Category | Network |
| Home page | https://github.com/eatonphil/linode-haskell |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2903 total (12 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] Last success reported on 2016-11-19 [all 2 reports] |
Readme for linode-v4-0.1.0.4
[back to package description]linode-haskell
This is a Haskell wrapper around the Linode v4 API. You will need an alpha account and a personal access token. You can get those at login.alpha.linode.com.
Setup
Install the Haskell platform.
From cabal
$ cabal update
$ cabal install linode-v4
From git
$ cabal update
$ git clone git@github.com:eatonphil/linode-haskell
$ cabal install
Test
$ cabal install --enable-tests --only-dependencies
$ cabal test
Example
$ make example
$ LINODE_TOKEN=my-token ./example/linode
API Documentation
Although documentation for the Haskell wrapper does not yet exist, feel free to look through the alpha API documentation in the meantime.