diff options
author | Fabian Kirchner <kirchner@posteo.de> | 2023-11-07 14:21:33 +0100 |
---|---|---|
committer | Fabian Kirchner <kirchner@posteo.de> | 2023-11-07 14:25:47 +0100 |
commit | 59ddbdb3d54de4009c2b3238661272f7e9fb80bc (patch) | |
tree | 9b62c8b9f81cb6f5a9f27b7a5dfe5746cbce05e1 /anissue.cabal | |
parent | 3bdaff7c176bdf00da9177a87819dad2c50c25b8 (diff) |
add --group-by option
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index 188a418..4b068e6 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -78,6 +78,7 @@ executable anissue History.PartialCommitInfo Issue Issue.Filter + Issue.GroupBy Issue.Provenance Issue.Sort Issue.Tag @@ -99,6 +100,7 @@ executable anissue attoparsec, binary, bytestring, + containers, directory, filepath, optparse-applicative, |