diff options
Diffstat (limited to 'src/Propellor/Property/DiskImage/PartSpec.hs')
| -rw-r--r-- | src/Propellor/Property/DiskImage/PartSpec.hs | 4 |
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 |
