From f35ef9d6975710f2d77c2ea708c66500861d92d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Apr 2015 13:04:39 -0400 Subject: API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization. --- src/Propellor/Types/PrivData.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Types/PrivData.hs') diff --git a/src/Propellor/Types/PrivData.hs b/src/Propellor/Types/PrivData.hs index 6b3c35a2..d713c7cf 100644 --- a/src/Propellor/Types/PrivData.hs +++ b/src/Propellor/Types/PrivData.hs @@ -2,8 +2,8 @@ module Propellor.Types.PrivData where import Propellor.Types.OS --- | Note that removing or changing constructors will break the --- serialized privdata files, so don't do that! +-- | Note that removing or changing constructors or changing types will +-- break the serialized privdata files, so don't do that! -- It's fine to add new constructors. data PrivDataField = DockerAuthentication -- cgit v1.2.3