diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:21:48 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:21:48 -0400 |
| commit | 9c719f4f5e8b5bfdc0be3259cd3a30b02a345e82 (patch) | |
| tree | 278cbb2901ba4ca3ca244fc283b8a6ed030eb2cd /src | |
| parent | 5bd4c6e679ed605f1b37c201affb27096662c29f (diff) | |
propellor spin
Diffstat (limited to 'src')
| -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 |
