From e41aeb6aecfac69f8c2a2c90639634433694b335 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Oct 2015 19:43:55 -0400 Subject: reorg sections --- src/Propellor.hs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/Propellor.hs') 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 -- cgit v1.3-2-g0d8e