diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-07 03:58:21 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-07 04:01:23 +0100 |
commit | c1ff403387064ff0027b9e762cc6f6a8fa20c8d9 (patch) | |
tree | 62b9a4cfccfc4fce42055ef94b9de41d1dfcc0a7 /anissue.cabal | |
parent | 3c6e62b75293b6625509ade3c278fc2d4d147c30 (diff) |
chore: move remaining `History.*` modules outside of `History`
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/anissue.cabal b/anissue.cabal index 118567e..d053af8 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -66,16 +66,16 @@ executable anissue -- Modules included in this executable, other than Main. other-modules: + Cache Data.List.Extra Debug Die Exception Git + Git.CommitHash History - History.Cache - History.CommitHash - History.IssueEvent Issue + IssueEvent Issue.Filter Issue.Group Issue.Meta |