cloudi: Haskell CloudI API

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Haskell CloudI API (see https://cloudi.org for more details)


[Skip to Readme]

Properties

Versions 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.8.0, 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]
License MIT
Copyright 2017-2019 Michael Truog
Author Michael Truog
Maintainer mjtruog at protonmail dot com
Category Foreign
Home page https://github.com/CloudI/cloudi_api_haskell
Source repo head: git clone https://github.com/CloudI/cloudi_api_haskell.git
Uploaded by okeuday at 2019-11-29T04:03:17Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cloudi-1.8.0

[back to package description]

cloudi_api_haskell

Hackage version

Haskell CloudI API

Build

With cabal-install < 2.4

cabal sandbox init
cabal update
cabal install --only-dependencies
cabal configure
cabal build

With cabal-install >= 2.4

cabal v1-sandbox init
cabal v1-update
cabal v1-install --only-dependencies
cabal v1-configure
cabal v1-build

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License