About

Metadata

  • Last updated , by okeuday
  • License MIT
  • Categories FFI
  • Maintained by: mjtruog at protonmail dot com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.3
  3. 9.4.7
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2
  11. 8.0.2
  12. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    dev (off by default)

    Turn on development settings.

Readme

cloudi_api_haskell

Hackage version

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