summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor.hs b/Propellor.hs
index 279c1919..ebf117a5 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -31,6 +31,7 @@ module Propellor (
, module Propellor.Property.Cmd
, module Propellor.PrivData
, module Propellor.Engine
+ , module Propellor.Message
, module X
) where
@@ -40,6 +41,7 @@ import Propellor.Property
import Propellor.Engine
import Propellor.Property.Cmd
import Propellor.PrivData
+import Propellor.Message
import Utility.PartialPrelude as X
import Utility.Process as X