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 | fc8550ece49543a16bd91c3f21a86b1cad558d4b (patch) | |
| tree | c75a35f8b6cf4361c62d3e32c0fad2711ec5bfb7 /doc | |
| parent | 31534f3e0c251329ac5049209484adf99f44d77a (diff) | |
link
Diffstat (limited to 'doc')
| -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.. |
