module Mit.Env ( Env (..), ) where import Mit.Prelude data Env = Env { Env -> Text gitdir :: Text, Env -> Int verbosity :: Int }