rename modules for data types into Types/ directory
This commit is contained in:
parent
971ab27e78
commit
703c437bd9
32 changed files with 61 additions and 59 deletions
|
@ -10,10 +10,10 @@ module Backend.URL (backends) where
|
|||
import Control.Monad.State (liftIO)
|
||||
|
||||
import Types
|
||||
import BackendClass
|
||||
import Types.Backend
|
||||
import Utility
|
||||
import Messages
|
||||
import Key
|
||||
import Types.Key
|
||||
|
||||
backends :: [Backend Annex]
|
||||
backends = [backend]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue