-- License: BSD3 (see LICENSE) -- Author: Dino Morelli module KS.Clean.Types where import Data.Text ( Text ) type Date = Int type ShouldArchive = Bool type ConfDir = FilePath type PlaceId = Text