Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sestrella/snail.hs


https://github.com/sestrella/snail.hs

Last synced: 18 days ago
JSON representation

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
```