From 548f0dd50b5d1afa9cc4c1e30d5b8ec1a782e094 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 18:56:56 -0400 Subject: add a simpler version of config.hs --- config.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.hs') 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 -- cgit v1.3-2-g0d8e