From ae380f085bc867f7405ef0a16c849864c6552e47 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Oct 2015 14:56:22 -0400 Subject: tighten focus of Propellor module, adding Propellor.Base for all the exports --- src/Propellor.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Propellor.hs') diff --git a/src/Propellor.hs b/src/Propellor.hs index 46f56abe..4f777f11 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -37,6 +37,7 @@ module Propellor ( , host , (&) , (!) + , describe -- * Combining properties -- | Properties are often combined together in your propellor -- configuration. For example: @@ -47,6 +48,8 @@ module Propellor ( , before , onChange -- * Included modules + -- | These are only the core modules you'll need. There are many + -- more in propellor that you can import. , module Propellor.Types -- | Additional data types used by propellor , module Propellor.Property @@ -60,7 +63,6 @@ module Propellor ( -- | Combining a list of properties into a single property , module Propellor.Types.PrivData -- | Private data access for properties - , module Propellor.PropAccum , module X ) where -- cgit v1.2.3