summaryrefslogtreecommitdiff
path: root/LocationLog.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 17:17:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 17:17:03 -0400
commit1aa19422ac8748eeff219ac4f46df166dae783c5 (patch)
treef7c792a00ce75709d62ddf6b18964f6eb02bbf10 /LocationLog.hs
parent3f0de706dd37f6b50db224bef19139eb780afef0 (diff)
git annex move --from remote almost working
Diffstat (limited to 'LocationLog.hs')
-rw-r--r--LocationLog.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/LocationLog.hs b/LocationLog.hs
index 785b3330d..9ec71ce23 100644
--- a/LocationLog.hs
+++ b/LocationLog.hs
@@ -19,7 +19,9 @@
module LocationLog (
LogStatus(..),
logChange,
- keyLocations
+ keyLocations,
+ logFile,
+ readLog
) where
import Data.Time.Clock.POSIX