| 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: Mon, 19 Jan 2026 01:38:26 GMT
X-Served-By: cache-dfw-ktki8620062-DFW, cache-bom-vanm7210029-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768786706.637345,VS0,VE849
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
drone
[Skip to Readme]
drone
Please see the README on GitHub at https://github.com/matsubara0507/drone-haskell#readme
[Skip to Readme]
Downloads
- drone-1.1.0.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] | 1.0.1, 1.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.7 && <5), bytestring, containers (>=0.5.4), extensible (>=0.6), formatting (>=6.3.0), microlens, req (>=1.0.0), text [details] |
| License | MIT |
| Copyright | 2018 MATSUBARA Nobutada |
| Author | MATSUBARA Nobutada |
| Maintainer | t12307043@gunma-u.ac.jp |
| Uploaded | by matsubara0507 at 2020-03-28T10:15:47Z |
| Home page | https://github.com/matsubara0507/drone-haskell#readme |
| Bug tracker | https://github.com/matsubara0507/drone-haskell/issues |
| Source repo | head: git clone https://github.com/matsubara0507/drone-haskell |
| Distributions | |
| Downloads | 855 total (8 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2020-03-28 [all 1 reports] |
Readme for drone-1.1.0
[back to package description]drone-haskell
Haskell client for the Drone API
USAGE
Add to stack.yml:
extra-deps:
- extensible-0.5
- github: matsubara0507/drone-haskell
commit: XXX
e.g.
$ stack ghci
>> :set -XOverloadedStrings -XOverloadedLabels
>> import Data.Extensible
>> import Network.HTTP.Req
>> token = ...
>> client = HttpClient (#host @= "localhost" <: #port @= Nothing <: #token @= token <: nil)
>> rsp <- runReq defaultHttpConfig $ getSelf client
>> responseBody rsp
Reference
Reference Drone API by drone-go.