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
- Host: GitHub
- URL: https://github.com/danielholmes/real-world-haskell
- Owner: danielholmes
- License: bsd-3-clause
- Created: 2017-02-23T00:24:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T11:48:24.000Z (over 9 years ago)
- Last Synced: 2025-02-10T01:41:25.832Z (over 1 year ago)
- Language: Haskell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```