work toward adding new repos on removable drives

This actually does add a new repo, but it doesn't yet set up
remotes, or sync to it.
This commit is contained in:
Joey Hess 2012-08-04 18:17:16 -04:00
parent e0c3958d9a
commit e125ce74b8
7 changed files with 196 additions and 32 deletions

View file

@ -28,7 +28,7 @@ import Prelude hiding (catch)
- fields available everywhere. -}
data Mntent = Mntent
{ mnt_fsname :: String
, mnt_dir :: String
, mnt_dir :: FilePath
, mnt_type :: String
} deriving (Read, Show, Eq, Ord)