diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor.hs | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs index c84c0371..9d45c376 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -32,13 +32,14 @@ module Propellor ( , Property , RevertableProperty , (<!>) - -- * Core config file + , module Propellor.Types + -- * Config file , defaultMain , host , (&) , (!) + -- * Propertries , describe - -- * Combining properties -- | Properties are often combined together in your propellor -- configuration. For example: -- @@ -47,11 +48,6 @@ module Propellor ( , requires , 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 -- | Everything you need to build your own properties, -- and useful property combinators |
