diff --git a/config-joey.hs b/config-joey.hs index 698bb3c..a35f77b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -1,4 +1,5 @@ -- This is the live config file used by propellor's author. +module Main where import Propellor import Propellor.CmdLine diff --git a/propellor.hs b/propellor.hs index c772775..2478450 100644 --- a/propellor.hs +++ b/propellor.hs @@ -12,6 +12,8 @@ -- The source is either copied from /usr/src/propellor, or is cloned from -- git over the network. +module Main where + import Utility.UserInfo import Utility.Monad import Utility.Process