trim cruft
This commit is contained in:
parent
6a97b10fcb
commit
aa2ca533bc
1 changed files with 0 additions and 5 deletions
|
@ -9,14 +9,9 @@
|
||||||
|
|
||||||
module TypeInternals where
|
module TypeInternals where
|
||||||
|
|
||||||
import Control.Monad.State (StateT)
|
|
||||||
import Data.String.Utils
|
import Data.String.Utils
|
||||||
import qualified Data.Map as M
|
|
||||||
import Test.QuickCheck
|
import Test.QuickCheck
|
||||||
|
|
||||||
import qualified GitRepo as Git
|
|
||||||
import qualified GitQueue
|
|
||||||
|
|
||||||
-- annexed filenames are mapped through a backend into keys
|
-- annexed filenames are mapped through a backend into keys
|
||||||
type KeyName = String
|
type KeyName = String
|
||||||
type BackendName = String
|
type BackendName = String
|
||||||
|
|
Loading…
Reference in a new issue