Add extra files to cabal
[blog.git] / README.md
1 Try logging in with "luke" and "pass" as the password, and check out the `users` function for posting from multiple users.
2
3 Markdown is supported inside posts and you can use
4
5 ```
6
7 \`\`\`haskell
8 foo :: Int -> Int
9 foo ...
10 \`\`\`
11 ```
12
13 code blocks with sytnax highlighting for Haskell.