summaryrefslogtreecommitdiff
path: root/src/Propellor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor.hs')
-rw-r--r--src/Propellor.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs
index 0e34e988..51079ed0 100644
--- a/src/Propellor.hs
+++ b/src/Propellor.hs
@@ -27,13 +27,14 @@
--
-- See config.hs for a more complete example, and clone Propellor's
-- git repository for a deployable system using Propellor:
--- git clone <git://git.kitenet.net/propellor>
+-- git clone <git://git.joeyh.name/propellor>
module Propellor (
module Propellor.Types
, module Propellor.Property
+ , module Propellor.Property.List
, module Propellor.Property.Cmd
- , module Propellor.Host
+ , module Propellor.PropAccum
, module Propellor.Info
, module Propellor.PrivData
, module Propellor.Types.PrivData
@@ -48,13 +49,14 @@ module Propellor (
import Propellor.Types
import Propellor.Property
import Propellor.Engine
+import Propellor.Property.List
import Propellor.Property.Cmd
import Propellor.PrivData
import Propellor.Types.PrivData
import Propellor.Message
import Propellor.Exception
import Propellor.Info
-import Propellor.Host
+import Propellor.PropAccum
import Utility.PartialPrelude as X
import Utility.Process as X