move module only used by assistant

This commit is contained in:
Joey Hess 2019-08-26 12:32:45 -04:00
parent 0c718763fd
commit b599e8e6ac
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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