| 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 15:09:18 GMT
X-Served-By: cache-dfw-kdfw8210122-DFW, cache-bom-vanm7210068-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768662558.762796,VS0,VE303
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
cloudi: Haskell CloudI API
cloudi: Haskell CloudI API
Modules
[Index]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Turn on development settings. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cloudi-2.0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.8.0, 2.0.0, 2.0.1, 2.0.2, 2.0.4, 2.0.5, 2.0.6, 2.0.7 |
|---|---|
| Change log | changelog.md |
| Dependencies | array, base (>=4.8.2.0 && <5.0), binary (>=0.8.4.0), bytestring (>=0.10.4), containers, network (>=3.0.0.0), time, unix, zlib [details] |
| Tested with | ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.7, ghc ==9.6.3, ghc ==9.8.1 |
| License | MIT |
| Copyright | 2017-2023 Michael Truog |
| Author | Michael Truog |
| Maintainer | mjtruog at protonmail dot com |
| Uploaded | by okeuday at 2023-10-27T01:34:26Z |
| Category | Foreign |
| Home page | https://github.com/CloudI/cloudi_api_haskell |
| Source repo | head: git clone https://github.com/CloudI/cloudi_api_haskell.git |
| Distributions | NixOS:2.0.7 |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 5424 total (38 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 cloudi-2.0.7
[back to package description]cloudi_api_haskell
Haskell CloudI API
Build
With cabal-install >= 3.4
cabal v2-update
mkdir sandbox
cabal --store-dir=./sandbox v2-configure
cabal v2-build
With cabal-install >= 2.4 and cabal-install < 3.4
cabal v1-sandbox init
cabal v1-update
cabal v1-install --only-dependencies
cabal v1-configure
cabal v1-build
With cabal-install < 2.4
cabal sandbox init
cabal update
cabal install --only-dependencies
cabal configure
cabal build
Without cabal-install
mkdir -p dist/setup-bin
ghc --make -outputdir dist/setup-bin -o dist/setup-bin/Setup ./Setup.hs
dist/setup-bin/Setup configure --builddir=./dist --enable-deterministic --disable-shared --enable-static
dist/setup-bin/Setup build
Author
Michael Truog (mjtruog at protonmail dot com)
License
MIT License