diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-15 13:00:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-15 13:00:43 -0400 |
commit | a51b364a354a3817298a9b0dfef4016850c175de (patch) | |
tree | 279af541709fc3eac4f5e118543a4c2baa017f0a | |
parent | e87d77964445bb7045d4a82350ec9410457d62a8 (diff) |
trim exports
-rw-r--r-- | LocationLog.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index 9a9dad133..1ddbf3c0b 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -23,9 +23,7 @@ module LocationLog ( LogStatus(..), logChange, - keyLocations, - logFile, - readLog + keyLocations ) where import Data.Time.Clock.POSIX |