split groups of related functions out of Utility
This commit is contained in:
parent
4c73d77b42
commit
203148363f
47 changed files with 312 additions and 265 deletions
|
@ -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.
|
||||
|
|
|
@ -20,6 +20,8 @@ import qualified Git
|
|||
import qualified Branch
|
||||
import Messages
|
||||
import Utility
|
||||
import Utility.Conditional
|
||||
import Utility.SafeCommand
|
||||
import LocationLog
|
||||
import Content
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue