https://github.com/stackbuilders/bookshelf
A bookshelf.
https://github.com/stackbuilders/bookshelf
Last synced: 10 months ago
JSON representation
A bookshelf.
- Host: GitHub
- URL: https://github.com/stackbuilders/bookshelf
- Owner: stackbuilders
- Created: 2016-03-21T02:02:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T01:23:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T04:32:50.999Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookshelf
A bookshelf.
Clone the repository:
```
$ git clone https://github.com/stackbuilders/bookshelf.git
$ cd bookshelf/
```
Get the appropriate GHC:
```
$ stack setup
```
And build (with tests and documentation):
```
$ stack build --test --haddock
```