diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-11 17:19:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-11 17:19:55 -0400 |
commit | af82586adff96f18fe768e432f501c647401262f (patch) | |
tree | 20e7ec170661ab11010e39ce46657b69e7341e09 /LocationLog.hs | |
parent | de3dafae80f45af8db56dc95e11863f049cf3cb2 (diff) |
split up Types
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index 195596bda..8e6b56fe8 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -28,7 +28,6 @@ import Data.Char import GitRepo import Utility import Locations -import Types data LogLine = LogLine { date :: POSIXTime, |