summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 18:31:08 -0400
committerJoey Hess2014-03-31 18:31:08 -0400
commitc246a8ee745723140150c8b8d35b7a7121c90c11 (patch)
treedf25d3e13ef919e14ee51f1c70e82073c1077209 /Propellor.hs
parent549df2612c0e12d44bf4e998cabdfcf3bb0a7344 (diff)
propellor spin
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