From b3538c199903e13ce959380bf01840d015b74e70 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Fri, 19 Oct 2018 16:31:47 +0100 Subject: [PATCH] Add extra files to cabal --- README.md | 13 +++++++++++++ blog.cabal | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 README.md 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 -- 2.30.2