summaryrefslogtreecommitdiff
path: root/LocationLog.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-13 15:55:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-13 15:55:18 -0400
commite28ff5bdaf7ce56c0c928904ff883c1e2cd093de (patch)
tree53426c78f8d22c1a0b4e5a52811cd1299c97f85b /LocationLog.hs
parent77055f5ff82d2712f599ba77e03d5d2cc022ff65 (diff)
almost able to get files from remotes now!
Diffstat (limited to 'LocationLog.hs')
-rw-r--r--LocationLog.hs3
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