diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 17:05:26 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-07-15 17:05:26 -0700 |
| commit | f14958e11eed0c4167972b0d434d251f4c81f7df (patch) | |
| tree | 7fba58c0c18d7c5147090a1d157f165209ce2c03 /src | |
| parent | 6f2ea4ecc79dc191ec690d57d0cabb19542ddd65 (diff) | |
missing import
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Timezone.hs | 1 |
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 |
