trim cruft

This commit is contained in:
Joey Hess 2011-01-26 00:29:32 -04:00
parent 6a97b10fcb
commit aa2ca533bc

View file

@ -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