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
- Host: GitHub
- URL: https://github.com/remusao/haskell-working-group
- Owner: remusao
- Created: 2016-11-06T14:54:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T22:52:35.000Z (over 8 years ago)
- Last Synced: 2025-04-01T14:19:04.799Z (about 2 months ago)
- Language: HTML
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```