module Data.Environment where newtype Environment = Environment { workdir :: FilePath } deriving stock (Show, Eq)