summaryrefslogtreecommitdiff
path: root/doc/haskell_newbie.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 17:10:12 -0400
committerJoey Hess2014-04-19 17:10:12 -0400
commitfc8550ece49543a16bd91c3f21a86b1cad558d4b (patch)
treec75a35f8b6cf4361c62d3e32c0fad2711ec5bfb7 /doc/haskell_newbie.mdwn
parent31534f3e0c251329ac5049209484adf99f44d77a (diff)
link
Diffstat (limited to 'doc/haskell_newbie.mdwn')
-rw-r--r--doc/haskell_newbie.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index e96a591b..d9a3aeba 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -1,6 +1,7 @@
-Propellor's config file is written in Haskell, and Haskell is
-invaluable to extend Propellor with your own custom properties. But you
-don't need to know about monads to configure Propellor!
+Propellor's config file is written in Haskell, and
+[Haskell](http://www.haskell.org/) is invaluable to extend Propellor with
+your own custom properties. But you don't need to know about monads to
+configure Propellor!
Let's take a quick tour of the `config.hs` file..