summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-19 14:26:18 -0400
committerJoey Hess2015-01-19 14:26:18 -0400
commita2a97cbeb2566de37ef3d1b108894246457d4113 (patch)
tree9e38d1dbdfe1ed8649ca6d03cf2671b4cc097705 /src/Propellor/Types.hs
parent1ae21965aaba0303088052e873fea39708e331ed (diff)
avoid haddock warnings
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(..)