diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 18:55:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 18:55:33 -0400 |
| commit | 6c92f1034f980718cef54cab58a1bcfdbc485f5d (patch) | |
| tree | 3a2bacdc7d3433b6326c01e9acf3f9d2101e04b3 /src/Propellor/Property/Chroot.hs | |
| parent | 04ea987075b869ea70cf55a193af7f5604ff0561 (diff) | |
split out info types
Diffstat (limited to 'src/Propellor/Property/Chroot.hs')
| -rw-r--r-- | src/Propellor/Property/Chroot.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 7246e7eb..c3b14a8e 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -10,6 +10,7 @@ module Propellor.Property.Chroot ( ) where import Propellor +import Propellor.Types.Chroot import qualified Propellor.Property.Debootstrap as Debootstrap import qualified Propellor.Property.Systemd.Core as Systemd import qualified Propellor.Shim as Shim |
