diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-26 00:29:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-26 00:29:32 -0400 |
commit | aa2ca533bcef1848a9dc94bfea8d33a99e8f2df0 (patch) | |
tree | 3ad99cc8fbc9469b1f527032da57ca968d2eb513 | |
parent | 6a97b10fcb3e1fa6a230d92a25b42ded587ff743 (diff) |
trim cruft
-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 |