Skip to content

soupi/learn-twain-bulletin-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a bulletin board using Haskell, twain and friends

Check out the blog post for the scotty tutorial. This version uses twain instead.

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.