From effa897faa48262231dfa08aa21d0b93e418db11 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 01:25:16 -0400 Subject: [PATCH 1/2] propellor spin From 25a002605056ca5b3ad93c038b424c952f1431d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 01:37:31 -0400 Subject: [PATCH 2/2] nope --- Propellor/Config/Joey.hs => config-joey.hs | 2 -- Propellor/Config/Simple.hs => config-simple.hs | 2 -- config.hs | 2 +- propellor.cabal | 2 ++ 4 files changed, 3 insertions(+), 5 deletions(-) rename Propellor/Config/Joey.hs => config-joey.hs (99%) rename Propellor/Config/Simple.hs => config-simple.hs (98%) diff --git a/Propellor/Config/Joey.hs b/config-joey.hs similarity index 99% rename from Propellor/Config/Joey.hs rename to config-joey.hs index c398c2f..78af292 100644 --- a/Propellor/Config/Joey.hs +++ b/config-joey.hs @@ -1,7 +1,5 @@ -- | This is the live config file used by propellor's author. -module Propellor.Config.Joey where - import Propellor import Propellor.CmdLine import qualified Propellor.Property.File as File diff --git a/Propellor/Config/Simple.hs b/config-simple.hs similarity index 98% rename from Propellor/Config/Simple.hs rename to config-simple.hs index 2b379b0..d5015ef 100644 --- a/Propellor/Config/Simple.hs +++ b/config-simple.hs @@ -1,8 +1,6 @@ -- | This is the main configuration file for Propellor, and is used to build -- the propellor program. -module Propellor.Config.Simple where - import Propellor import Propellor.CmdLine import qualified Propellor.Property.File as File diff --git a/config.hs b/config.hs index 3d5a087..07959a0 120000 --- a/config.hs +++ b/config.hs @@ -1 +1 @@ -Propellor/Config/Joey.hs \ No newline at end of file +config-joey.hs \ No newline at end of file diff --git a/propellor.cabal b/propellor.cabal index 5d60139..1382a43 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -15,6 +15,8 @@ Extra-Source-Files: TODO CHANGELOG Makefile + config-simple.hs + config-joey.hs debian/changelog debian/README.Debian debian/propellor.1