import: update location log for removed files

This commit is contained in:
Joey Hess 2019-03-01 13:26:15 -04:00
parent 5402c39882
commit 1c8793691a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 35 additions and 14 deletions

View file

@ -34,6 +34,8 @@ module Database.Export (
ExportTreeId,
ExportTreeCurrentId,
ExportUpdateResult(..),
ExportDiffUpdater,
runExportDiffUpdater,
) where
import Database.Types