From 41cda202087be38cf776c234f9e531aaf283b18f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 May 2016 15:36:03 +0900 Subject: add missing imports --- src/Propellor/Property/Sbuild.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 3967d0a1..a9c73816 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -55,14 +55,21 @@ module Propellor.Property.Sbuild ( ) where import Propellor.Base -import Debootstrap (extractSuite) +import Propellor.Property.Debootstrap (extractSuite) +import Propellor.Property.Chroot.Util import qualified Propellor.Property.Apt as Apt import qualified Propellor.Property.Ccache as Ccache import qualified Propellor.Property.File as File import qualified Propellor.Property.Firewall as Firewall +import qualified Propellor.Property.User as User +import Utility.FileMode import System.Directory import System.FilePath (takeDirectory) +import Data.List +import Data.List.Utils + +type Suite = String -- | An sbuild schroot, such as would be listed by @schroot -l@ -- -- cgit v1.2.3