diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-16 12:09:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-16 12:09:22 -0400 |
commit | d8f821bd997c8bf2a25f2100d6445f1dbbccd0e8 (patch) | |
tree | fb8c595597d711bb2282b75bf720b4e9a2e84473 /Types/StandardGroups.hs | |
parent | 1831d2dc7f2b60788116dea6943dc4cd44bd143e (diff) |
forgot to add to sum type
Diffstat (limited to 'Types/StandardGroups.hs')
-rw-r--r-- | Types/StandardGroups.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs index 065811442..8c19e14de 100644 --- a/Types/StandardGroups.hs +++ b/Types/StandardGroups.hs @@ -11,6 +11,7 @@ data StandardGroup = ClientGroup | TransferGroup | BackupGroup + | IncrementalBackupGroup | SmallArchiveGroup | FullArchiveGroup | SourceGroup |