Add extra files to cabal
authorLuke Lau <luke_lau@icloud.com>
Fri, 19 Oct 2018 15:31:47 +0000 (16:31 +0100)
committerLuke Lau <luke_lau@icloud.com>
Fri, 19 Oct 2018 15:31:47 +0000 (16:31 +0100)
README.md [new file with mode: 0644]
blog.cabal

diff --git a/README.md b/README.md
new file mode 100644 (file)
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.
index eb8f33818f20ed699efeda84640f6c5a57fc2f4a..584176078368bd4f3591a7f88cb98c11f9b43270 100644 (file)
@@ -9,6 +9,9 @@ category: Web
 build-type: Simple
 extra-source-files:
     CHANGELOG.md
 build-type: Simple
 extra-source-files:
     CHANGELOG.md
+    README.md
+data-files:
+    style.css
 
 executable blog
     main-is: Main.hs
 
 executable blog
     main-is: Main.hs