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

https://github.com/danielholmes/real-world-haskell

Some exercises from Real World Haskell book
https://github.com/danielholmes/real-world-haskell

Last synced: over 1 year ago
JSON representation

Some exercises from Real World Haskell book

Awesome Lists containing this project

README

          

# Real World Haskell Exercises

[Real World Haskell](http://book.realworldhaskell.org/).

## Dependencies

- [Stack](https://www.haskellstack.org/)

## Setup

```
stack setup
```

## Running exercises

Currently nothing to see (just tests)

## Running tests

```
stack test
```