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

https://github.com/remusao/haskell-working-group

Resources for the Haskell working group
https://github.com/remusao/haskell-working-group

Last synced: about 1 month ago
JSON representation

Resources for the Haskell working group

Awesome Lists containing this project

README

        

# haskell-working-group
Resources for the Haskell working group

## building
```bash
# install pandoc and shake
stack install --flag pandoc:highlighting-kate pandoc
stack install pandoc

# build files
stack runhaskell shakefile.hs

# clean
stack runhaskell shakefile.hs clean
```