vcsgui-0.0.1: src/VCSGui/Git.hs
-----------------------------------------------------------------------------
--
-- Module : VCSGui.Git
-- Copyright : 2011 Stephan Fortelny, Harald Jagenteufel
-- License : GPL
--
-- Maintainer : stephanfortelny at gmail.com, h.jagenteufel at gmail.com
-- Stability :
-- Portability :
--
-- | Exports all modules needed to build the Git GUI component.
--
-----------------------------------------------------------------------------
module VCSGui.Git (
module VCSGui.Git.Commit
, module VCSGui.Git.Log
, module VCSGui.Git.Helpers
, module VCSGui.Common
, module VCSGui.Git.Pull
) where
import VCSGui.Git.Commit
import VCSGui.Git.Log
import VCSGui.Common
import VCSGui.Git.Helpers
import VCSGui.Git.Pull