diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 21:24:04 +0200 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-10-13 22:19:24 +0200 |
commit | a0c72a80fbfed8e0963edff17ab5d52d2e3abd5b (patch) | |
tree | ad33fffa970f94d8931e70644e44946cc3dfe524 /app/Issue.hs | |
parent | 09d5a5941a1feb23aece4d5311092c1a23d4ae11 (diff) |
refactor: extract sh and sh_ into Process
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, |