move module only used by assistant
This commit is contained in:
parent
0c718763fd
commit
b599e8e6ac
3 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
{- making local repositories (used by webapp mostly)
|
{- making local repositories
|
||||||
-
|
-
|
||||||
- Copyright 2012-2014 Joey Hess <id@joeyh.name>
|
- Copyright 2012-2014 Joey Hess <id@joeyh.name>
|
||||||
-
|
-
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module Annex.MakeRepo where
|
module Assistant.MakeRepo where
|
||||||
|
|
||||||
import Assistant.WebApp.Common
|
import Assistant.WebApp.Common
|
||||||
import Annex.Init
|
import Annex.Init
|
|
@ -15,7 +15,7 @@ import Assistant.WebApp.Gpg
|
||||||
import Assistant.WebApp.MakeRemote
|
import Assistant.WebApp.MakeRemote
|
||||||
import Assistant.Sync
|
import Assistant.Sync
|
||||||
import Assistant.Restart
|
import Assistant.Restart
|
||||||
import Annex.MakeRepo
|
import Assistant.MakeRepo
|
||||||
import qualified Annex
|
import qualified Annex
|
||||||
import qualified Git
|
import qualified Git
|
||||||
import qualified Git.Config
|
import qualified Git.Config
|
||||||
|
|
|
@ -577,7 +577,7 @@ Executable git-annex
|
||||||
Assistant.WebApp.RepoList
|
Assistant.WebApp.RepoList
|
||||||
Assistant.WebApp.SideBar
|
Assistant.WebApp.SideBar
|
||||||
Assistant.WebApp.Types
|
Assistant.WebApp.Types
|
||||||
Annex.MakeRepo
|
Assistant.MakeRepo
|
||||||
Utility.Yesod
|
Utility.Yesod
|
||||||
Utility.WebApp
|
Utility.WebApp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue