From 5bd4c6e679ed605f1b37c201affb27096662c29f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Jul 2017 16:05:50 -0400 Subject: calcPartTable using PartSpec DSL * Generalized the PartSpec DSL, so it can be used for both disk image partitioning, and disk device partitioning, with different partition sizing methods as appropriate for the different uses. (minor API change) * Propellor.Property.Parted: Added calcPartTable function which uses PartSpec DiskPart, and a useDiskSpace combinator. This commit was sponsored by Thomas Hochstein on Patreon. --- propellor.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index d4417578..f175a3fa 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 4.4.0 +Version: 4.5.0 Cabal-Version: >= 1.20 License: BSD2 Maintainer: Joey Hess @@ -135,6 +135,7 @@ Library Propellor.Property.OS Propellor.Property.Pacman Propellor.Property.Parted + Propellor.Property.Parted.Types Propellor.Property.Partition Propellor.Property.Postfix Propellor.Property.PropellorRepo @@ -193,6 +194,7 @@ Library Propellor.Types.Info Propellor.Types.MetaTypes Propellor.Types.OS + Propellor.Types.PartSpec Propellor.Types.PrivData Propellor.Types.Result Propellor.Types.ResultCheck -- cgit v1.2.3