summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Parted.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-10 14:45:00 -0400
committerJoey Hess2015-10-10 14:45:00 -0400
commit28fe270223ed56ef8e7fd867573b5ba6a5a221c7 (patch)
tree4eed19a158af0e63c6028f91cb479a51b181ece1 /src/Propellor/Property/Parted.hs
parent8bb64dd37de63e2d86428bb3d707b1aef287e172 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
-rw-r--r--src/Propellor/Property/Parted.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs
index a4f0f98e..7bd38a65 100644
--- a/src/Propellor/Property/Parted.hs
+++ b/src/Propellor/Property/Parted.hs
@@ -21,7 +21,7 @@ module Propellor.Property.Parted (
installed,
) where
-import Propellor
+import Propellor.Base
import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.Partition as Partition
import Utility.DataUnits