Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sestrella/snail.hs
https://github.com/sestrella/snail.hs
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sestrella/snail.hs
- Owner: sestrella
- Created: 2014-11-25T19:04:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T14:39:13.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T16:21:45.370Z (over 1 year ago)
- Language: Haskell
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snail
[![Build Status](https://travis-ci.org/sestrella/snail.hs.svg)](https://travis-ci.org/sestrella/snail.hs)
## Requirements
* [haskell-platform](https://www.haskell.org/platform)
## Building the library
Use the following commands:
```
git clone [email protected]:sestrella/snail.hs.git
cd snail.hs
cabal sandbox init
cabal update
cabal install --only-dependencies --enable-tests -j
```## Running the tests
Use the following commands:
```
cabal configure --enable-tests
cabal test -j
```