diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 17:10:12 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 17:10:12 -0400 |
| commit | c522957fcaf6330de93bd96f8f001c4719fe5fa7 (patch) | |
| tree | 93041b237544d2319650e36c97a0013f4e73e029 | |
| parent | c20a39b3a7fd0ce7cd1c88e82191d3a969875c70 (diff) | |
| parent | fc8550ece49543a16bd91c3f21a86b1cad558d4b (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | doc/haskell_newbie.mdwn | 7 |
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.. |
