summaryrefslogtreecommitdiff
path: root/LocationLog.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
commitebc3fbe9ae2c5cc52332c77a92697c2517ce8263 (patch)
treef65c38ab3d452c0cde3d0d3b968c216f1ee30705 /LocationLog.hs
parentaf82586adff96f18fe768e432f501c647401262f (diff)
explicit exports
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 8e6b56fe8..31d454f10 100644
--- a/LocationLog.hs
+++ b/LocationLog.hs
@@ -16,7 +16,8 @@
- so the lines may be in arbitrary order, but it will never conflict.
-}
-module LocationLog where
+module LocationLog (
+) where
import Data.Time.Clock.POSIX
import Data.Time