diff options
-rw-r--r-- | TypeInternals.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TypeInternals.hs b/TypeInternals.hs index abafe8711..d3592f482 100644 --- a/TypeInternals.hs +++ b/TypeInternals.hs @@ -9,14 +9,9 @@ module TypeInternals where -import Control.Monad.State (StateT) import Data.String.Utils -import qualified Data.Map as M import Test.QuickCheck -import qualified GitRepo as Git -import qualified GitQueue - -- annexed filenames are mapped through a backend into keys type KeyName = String type BackendName = String |