diff options
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index 73e9f1c6d..a5e9a2679 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -26,6 +26,7 @@ import Data.Char import GitRepo import Utility import Locations +import Types data LogStatus = FilePresent | FileMissing | Undefined deriving (Eq) |