summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage/PartSpec.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-25 15:21:48 -0400
committerJoey Hess2017-07-25 15:21:48 -0400
commit9c719f4f5e8b5bfdc0be3259cd3a30b02a345e82 (patch)
tree278cbb2901ba4ca3ca244fc283b8a6ed030eb2cd /src/Propellor/Property/DiskImage/PartSpec.hs
parent5bd4c6e679ed605f1b37c201affb27096662c29f (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/DiskImage/PartSpec.hs')
-rw-r--r--src/Propellor/Property/DiskImage/PartSpec.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Propellor/Property/DiskImage/PartSpec.hs b/src/Propellor/Property/DiskImage/PartSpec.hs
index 6a29af4e..55249889 100644
--- a/src/Propellor/Property/DiskImage/PartSpec.hs
+++ b/src/Propellor/Property/DiskImage/PartSpec.hs
@@ -8,11 +8,15 @@
module Propellor.Property.DiskImage.PartSpec (
module Propellor.Types.PartSpec,
module Propellor.Property.DiskImage.PartSpec,
+ module Propellor.Property.Parted.Types,
+ module Propellor.Property.Partition,
) where
import Propellor.Base
import Propellor.Property.Parted
import Propellor.Types.PartSpec
+import Propellor.Property.Parted.Types
+import Propellor.Property.Partition (Fs(..))
-- | Adds additional free space to the partition.
addFreeSpace :: PartSpec t -> PartSize -> PartSpec t