Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 374 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 374 Bytes

Building a bulletin board using Haskell, scotty and friends

Check out the blog post for the tutorial.

Run with

stack build && stack run

Static executable

To compile a static executable using docker, uncomment the relevant lines in the stack.yaml file, and rebuild with stack build.