summaryrefslogtreecommitdiff
path: root/src/Propellor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor.hs')
-rw-r--r--src/Propellor.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs
index 3eddd8d7..51079ed0 100644
--- a/src/Propellor.hs
+++ b/src/Propellor.hs
@@ -32,6 +32,7 @@
module Propellor (
module Propellor.Types
, module Propellor.Property
+ , module Propellor.Property.List
, module Propellor.Property.Cmd
, module Propellor.PropAccum
, module Propellor.Info
@@ -48,6 +49,7 @@ 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