diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:38:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-23 01:38:32 -0400 |
| commit | b3240a7eb4bfb9e446e781a17e88a98c6b811f00 (patch) | |
| tree | 6ff524288a69ea4d76fa80d138cabc4b13706870 /src/Propellor/Property/Chroot.hs | |
| parent | 1a55d09b5452f07508d4624b632e9a54782dbee8 (diff) | |
reorder for doc clarity
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index d17edae7..2b5391fa 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -1,13 +1,13 @@ {-# LANGUAGE FlexibleContexts, GADTs #-} module Propellor.Property.Chroot ( + debootstrapped, + bootstrapped, + provisioned, Chroot(..), ChrootBootstrapper(..), Debootstrapped(..), ChrootTarball(..), - debootstrapped, - bootstrapped, - provisioned, -- * Internal use provisioned', propagateChrootInfo, |
