-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Recursively check that a directory is under version control. -- -- Version control all the things. Please see README.md @package vcatt @version 0.1 module VC.Tree check :: FilePath -> Sh Managed checkVCDir :: [FilePath] -> Bool data Managed UnManaged :: FilePath -> Managed Managed :: Managed Empty :: Managed SomeManaged :: [FilePath] -> Managed summary :: FilePath -> Bool -> [Managed] -> Managed partitionDirs :: [FilePath] -> Sh ([FilePath], [FilePath]) isEmpty :: Managed -> Bool isManaged :: Managed -> Bool isUnmanaged :: Managed -> Bool directories :: Managed -> [FilePath]