diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-10 19:43:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-10 19:43:55 -0400 |
| commit | e41aeb6aecfac69f8c2a2c90639634433694b335 (patch) | |
| tree | 29a9680b99f914633790e0c1580dbec859dcfbc7 /src | |
| parent | 084d1f9ba34e5c88f3ade4a32bc18cf5952a1c1a (diff) | |
reorg sections
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 |
