From c1ff403387064ff0027b9e762cc6f6a8fa20c8d9 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 7 Dec 2023 03:58:21 +0100 Subject: chore: move remaining `History.*` modules outside of `History` --- app/Git.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Git.hs') diff --git a/app/Git.hs b/app/Git.hs index 653ddbd..0b8a561 100644 --- a/app/Git.hs +++ b/app/Git.hs @@ -1,5 +1,6 @@ module Git - ( withWorkingTree, + ( module Git.CommitHash, + withWorkingTree, getCommitHashes, getRootDir, ) @@ -13,6 +14,7 @@ import Data.Maybe (fromMaybe) import Data.Text qualified as T import Data.Text.Encoding qualified as T import Exception qualified as E +import Git.CommitHash import Process (proc, sh, sh_) import System.Directory (createDirectoryIfMissing) import System.FilePath (dropTrailingPathSeparator, takeDirectory) -- cgit v1.2.3