summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 18:56:56 -0400
committerJoey Hess2014-04-01 18:56:56 -0400
commit548f0dd50b5d1afa9cc4c1e30d5b8ec1a782e094 (patch)
treee15e5a1694080e9c924226f11c5267b55e00899b /config.hs
parent4e7928efb6a311f64f3bf3239b5f8e8ecfa6317c (diff)
add a simpler version of config.hs
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.hs b/config.hs
index 68732b8f..0547e2c0 100644
--- a/config.hs
+++ b/config.hs
@@ -1,5 +1,8 @@
-- | This is the main configuration file for Propellor, and is used to build
-- the propellor program.
+--
+-- This is the live config file used by propellor's author.
+-- For a simpler starting point, see config.hs.simple.
import Propellor
import Propellor.CmdLine