diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Issue.hs b/app/Issue.hs index ab47ba5..2674a7c 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -16,6 +16,7 @@ import TreeGrepper.Match qualified as G import TreeGrepper.Result (Result (..)) import TreeGrepper.Result qualified as G import Prelude hiding (id) +import Process qualified as P data Issue = Issue { title :: Text, |