diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-17 14:14:48 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-07 09:50:51 +0100 |
commit | ea1236f2cf6d3ef4b739b2ca28f47a3bbed42295 (patch) | |
tree | 3b1801ad9654e657ed0c0b202e316dc42244c56d /anissue.cabal | |
parent | 4521eb7a4b0d4a4ff8cf9153484d0596c5143170 (diff) |
refactor history
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index f2e62cb..7b3a9e7 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -66,8 +66,15 @@ executable anissue -- Modules included in this executable, other than Main. other-modules: + Die + Exception Git History + History.Cache + History.CommitHash + History.CommitInfo + History.IssueEvent + History.PartialCommitInfo Issue Issue.Filter Issue.Provenance @@ -120,5 +127,6 @@ executable anissue OverloadedRecordDot OverloadedStrings PartialTypeSignatures + RecordWildCards TypeFamilies ViewPatterns |