----------------------------------------------------------------------------- -- -- Module : 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 SVN. -- ----------------------------------------------------------------------------- {-# LANGUAGE FlexibleInstances, GeneralizedNewtypeDeriving #-} module VCSWrapper.Svn.Types ( module VCSWrapper.Common.Types ) where import VCSWrapper.Common.Types