summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Debootstrap.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-16 14:58:58 -0700
committerSean Whitton2016-05-16 14:58:58 -0700
commitadc5f3806eacc7a5e5fb409bd1e9da564d8cb5de (patch)
tree3690b1f8a94a81f57827274cd81eca5087fe4e3e /src/Propellor/Property/Debootstrap.hs
parentbf6aac5462f22647bdc49a641cd86feeb4fe2f25 (diff)
export extractSuite from Debootstrap.hs
Diffstat (limited to 'src/Propellor/Property/Debootstrap.hs')
-rw-r--r--src/Propellor/Property/Debootstrap.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs
index e0c56966..87f30776 100644
--- a/src/Propellor/Property/Debootstrap.hs
+++ b/src/Propellor/Property/Debootstrap.hs
@@ -3,6 +3,7 @@ module Propellor.Property.Debootstrap (
DebootstrapConfig(..),
built,
built',
+ extractSuite,
installed,
sourceInstall,
programPath,