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