vcswrapper-0.0.1: src/VCSWrapper/Git/Types.hs
-----------------------------------------------------------------------------
--
-- Module : VCSWrapper.Git.Types
-- Copyright : 2011 Stephan Fortelny, Harald Jagenteufel
-- License : GPL
--
-- Maintainer : stephanfortelny at gmail.com, h.jagenteufel at gmail.com
-- Stability :
-- Portability :
--
-- | All types defined and used by git
--
-----------------------------------------------------------------------------
module VCSWrapper.Git.Types (
module VCSWrapper.Common.Types
) where
import VCSWrapper.Common.Types
--import qualified SCM.Interface as IF
--instance IF.ScmOperations GitRepo where
-- commit = commit
-- checkout = checkout
-- getLocalPath (GitRepo path) = path
-- getModifiedFiles repo = do
-- status <- getStatus repo
-- return $ extractModifiedFiles status