summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-10 22:20:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-10 22:22:53 -0400
commitc5d7ca0a5a2c6837d394e23d1a18a1005ee6f1b6 (patch)
tree8b98b5e5d96347dfe3fb193611684658708ff8a7 /Annex.hs
parentdc5e8853f3b0857f2023df6cb23e57bf42b5b858 (diff)
use Data.Time instead of Data.DateTime
The latter has shady rounding. The new module is a bit harder to use, but worth it, it adds subsecond timestamps too.
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex.hs b/Annex.hs
index ee94a9809..ad94758c5 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -11,6 +11,7 @@ import Locations
import Types
import Backend
import BackendList
+import LocationLog
{- On startup, examine the git repo, prepare it, and record state for
- later. -}