https://github.com/cloudi/cloudi_api_haskell
Haskell CloudI API
https://github.com/cloudi/cloudi_api_haskell
actor-model cloud cloud-computing cloudi-api concurrency distributed-actors distributed-systems fault-tolerance functional-reactive-programming haskell microservices reactive scalability soa
Last synced: 10 months ago
JSON representation
Haskell CloudI API
- Host: GitHub
- URL: https://github.com/cloudi/cloudi_api_haskell
- Owner: CloudI
- License: mit
- Created: 2017-03-16T01:49:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T01:45:53.000Z (about 2 years ago)
- Last Synced: 2025-01-31T20:41:43.393Z (11 months ago)
- Topics: actor-model, cloud, cloud-computing, cloudi-api, concurrency, distributed-actors, distributed-systems, fault-tolerance, functional-reactive-programming, haskell, microservices, reactive, scalability, soa
- Language: Haskell
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
`cloudi_api_haskell`
====================
[](https://hackage.haskell.org/package/cloudi)
Haskell [CloudI API](https://cloudi.org/api.html#1_Intro)
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