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.
This commit is contained in:
parent
dc5e8853f3
commit
c5d7ca0a5a
3 changed files with 35 additions and 28 deletions
1
Annex.hs
1
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. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue