diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 03:04:43 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-08 03:04:43 +0100 |
commit | 5842e730152a2ae11fc8772a505baa3ba81b1e9c (patch) | |
tree | b1c51d7371a173e646d6ac1bb0f9a15e96e34c58 /app/Issue.hs | |
parent | c1ff403387064ff0027b9e762cc6f6a8fa20c8d9 (diff) |
chore: drop `Git.withWorkingTree`
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Issue.hs b/app/Issue.hs index 2b9e568..83e7141 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -17,7 +17,8 @@ import Data.Text.IO qualified as T import Data.Time.Clock (UTCTime (utctDay)) import GHC.Generics (Generic) import GHC.Records (HasField (..)) -import Issue.Provenance (Author (..), Commit (..), Provenance (..)) +import Git (Author (..), Commit (..)) +import Issue.Provenance (Provenance (..)) import Issue.Tag (Tag (..)) import Render qualified as P import TreeGrepper.Comment qualified as G |