cleanup
This commit is contained in:
parent
ae52efc673
commit
20a451a58b
1 changed files with 1 additions and 5 deletions
|
@ -5,14 +5,10 @@
|
||||||
- Licensed under the GNU GPL version 3 or higher.
|
- Licensed under the GNU GPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Assistant.Threads.Merger (
|
module Assistant.Threads.Merger where
|
||||||
mergeThread,
|
|
||||||
manualPull,
|
|
||||||
) where
|
|
||||||
|
|
||||||
import Assistant.Common
|
import Assistant.Common
|
||||||
import Assistant.ThreadedMonad
|
import Assistant.ThreadedMonad
|
||||||
import Assistant.Sync
|
|
||||||
import Utility.DirWatcher
|
import Utility.DirWatcher
|
||||||
import Utility.Types.DirWatcher
|
import Utility.Types.DirWatcher
|
||||||
import qualified Git
|
import qualified Git
|
||||||
|
|
Loading…
Add table
Reference in a new issue