summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 9f1c8f1b..728cebc1 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -4,14 +4,10 @@
module Propellor.Types
( Host(..)
, Info(..)
- , getInfoRecursive
, Propellor(..)
, Property(..)
, RevertableProperty(..)
- , IsProp
- , describe
- , toProp
- , requires
+ , IsProp(..)
, Desc
, Result(..)
, ToResult(..)