Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiddraper/cloud-haskell-sample
A trivial Cloud Haskell sample app
https://github.com/reiddraper/cloud-haskell-sample
Last synced: about 1 month ago
JSON representation
A trivial Cloud Haskell sample app
- Host: GitHub
- URL: https://github.com/reiddraper/cloud-haskell-sample
- Owner: reiddraper
- License: apache-2.0
- Created: 2013-09-14T18:10:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T17:37:53.000Z (about 11 years ago)
- Last Synced: 2023-03-11T11:42:58.645Z (over 1 year ago)
- Language: Haskell
- Homepage: https://github.com/reiddraper/cloud-haskell-sample
- Size: 115 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Haskell Sample
A trivial Cloud Haskell sample app.
## Installation
I've been building this using GHC 7.6.3 and Cabal 1.18.0.1.
```shell
git clone https://github.com/reiddraper/cloud-haskell-sample.git
cd cloud-haskell-sample
cabal sandbox init
cabal install --only-dependencies
cabal build
cabal run sample # this will print the usage
```