rename TypeInternals to BackendTypes
Now that it only contains types used by the backends
This commit is contained in:
parent
aa2ca533bc
commit
616d1d4a20
9 changed files with 58 additions and 59 deletions
|
@ -17,7 +17,7 @@ module Backend.File (backend, checkKey) where
|
|||
import Control.Monad.State
|
||||
import System.Directory
|
||||
|
||||
import TypeInternals
|
||||
import BackendTypes
|
||||
import LocationLog
|
||||
import Locations
|
||||
import qualified Remotes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue