From: Luke Lau Date: Fri, 19 Oct 2018 15:31:47 +0000 (+0100) Subject: Add extra files to cabal X-Git-Url: https://git.lukelau.me/?p=blog.git;a=commitdiff_plain;h=b3538c199903e13ce959380bf01840d015b74e70 Add extra files to cabal --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d64aa6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +Try logging in with "luke" and "pass" as the password, and check out the `users` function for posting from multiple users. + +Markdown is supported inside posts and you can use + +``` + +\`\`\`haskell +foo :: Int -> Int +foo ... +\`\`\` +``` + +code blocks with sytnax highlighting for Haskell. diff --git a/blog.cabal b/blog.cabal index eb8f338..5841760 100644 --- a/blog.cabal +++ b/blog.cabal @@ -9,6 +9,9 @@ category: Web build-type: Simple extra-source-files: CHANGELOG.md + README.md +data-files: + style.css executable blog main-is: Main.hs