@hackage cloud-haskell0.2.0.0
The Cloud Haskell Application Platform
Categories
License
BSD-3-Clause
Maintainer
watson.timothy@gmail.com
Links
Versions
Installation
Dependencies (13)
- distributed-process >=0.5.0 && <0.6
- distributed-process-async >=0.2.0 && <0.2
- distributed-process-client-server >=0.1.1 && <0.2
- distributed-process-execution >=0.1.0 && <0.2
- distributed-process-extras >=0.1.1 && <0.2
- distributed-process-p2p >=0.1.2.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
tcp
(off by default)
Enable the network-transport-tcp Network.Transport backend
simplelocalnet
(off by default)
Enable the simplelocalnet cloud haskell (topology) backend
p2p
(off by default)
Enable the p2p cloud haskell (topology) backend
Cloud Haskell Build Umbrella
This repository contains tools to assist with building and developing Cloud Haskell itself.
Status
Right now, there is a top-level Makefile that you can use to obtain a copy of all the relevant git repositories and a build.mk utility makefile that each project pulls in, which provides some common build infrastructure (based on cabal sandboxes).
Usage
To install from hackage, simply cabal install cloud-haskell.
To install from sources, first of all, check out this repository from
github, then cd into the newly created directory and run make to get
a download of all the repositories. To then work with them, cd into a
specific repo/directory and use one of the various make targets. Right
now, you'll have to look at build.mk yourself and figure out the gory
details - we hope to improve on that soon!