diff options
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V1.hs | 2 | ||||
-rw-r--r-- | Upgrade/V2.hs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs index 160d9309f..b4567a0b7 100644 --- a/Upgrade/V1.hs +++ b/Upgrade/V1.hs @@ -31,6 +31,8 @@ import Backend import Messages import Version import Utility +import Utility.SafeCommand +import Utility.Path import qualified Upgrade.V2 -- v2 adds hashing of filenames of content and location log files. diff --git a/Upgrade/V2.hs b/Upgrade/V2.hs index 0b1d69f8e..ffd0f0653 100644 --- a/Upgrade/V2.hs +++ b/Upgrade/V2.hs @@ -20,6 +20,8 @@ import qualified Git import qualified Branch import Messages import Utility +import Utility.Conditional +import Utility.SafeCommand import LocationLog import Content |