refactor: create Git namespace
[git-rebase2.git] / app / Rehi / Git / Types.hs
blob670ead4706f288468673c100b3d31ff20b999ac3
1 module Rehi.Git.Types where
3 import Data.ByteString(ByteString)
5 newtype Hash = Hash { hashString :: ByteString } deriving (Eq, Ord, Show)