summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Timezone.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Timezone.hs')
-rw-r--r--src/Propellor/Property/Timezone.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Timezone.hs b/src/Propellor/Property/Timezone.hs
index 91dcbfc6..896e83fb 100644
--- a/src/Propellor/Property/Timezone.hs
+++ b/src/Propellor/Property/Timezone.hs
@@ -4,6 +4,7 @@ module Propellor.Property.Timezone where
import Propellor.Base
import qualified Propellor.Property.Apt as Apt
+import qualified Propellor.Property.File as File
type Timezone = String