diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-13 15:55:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-13 15:55:18 -0400 |
commit | e28ff5bdaf7ce56c0c928904ff883c1e2cd093de (patch) | |
tree | 53426c78f8d22c1a0b4e5a52811cd1299c97f85b /LocationLog.hs | |
parent | 77055f5ff82d2712f599ba77e03d5d2cc022ff65 (diff) |
almost able to get files from remotes now!
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index 2eab4815e..28ac46b90 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -18,7 +18,8 @@ module LocationLog ( LogStatus(..), - logChange + logChange, + keyLocations ) where import Data.Time.Clock.POSIX |