summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell_newbie.mdwn2
-rw-r--r--doc/todo/publish_propellor_as_library_to_hackage.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index e62ffea0..39a62f45 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -8,7 +8,7 @@ configure Propellor!
Let's take a quick tour of the `config.hs` file..
[[!format haskell """
--- | This is the main configuration file for Propellor, and is used to build
+-- This is the main configuration file for Propellor, and is used to build
-- the propellor program.
"""]]
diff --git a/doc/todo/publish_propellor_as_library_to_hackage.mdwn b/doc/todo/publish_propellor_as_library_to_hackage.mdwn
index 24e07497..709ee35b 100644
--- a/doc/todo/publish_propellor_as_library_to_hackage.mdwn
+++ b/doc/todo/publish_propellor_as_library_to_hackage.mdwn
@@ -1,2 +1,4 @@
Currently, AFAIK, one needs to fork propellor repo, add its own configuration and compile propellor binary from all the source tree.
It would be handy and more modular to allow one to have a propellor configuration linked to propellor as a library, hosted on hackage.
+
+> [[done]] --[[Joey]]