diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-04 08:36:02 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-05 06:07:41 +0100 |
commit | 1b1c3faabae530229eb675a2e70e744c2f45cbbe (patch) | |
tree | acc3e8eede9053fb5e639deeb553aa600c994598 /anissue.cabal | |
parent | 3a76b6f0fc0c9c23000dd82870922c885c34ffa6 (diff) |
feat: add experimental render api
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index 0d6d504..4d49014 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -55,7 +55,7 @@ extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings - ghc-options: -Wall -threaded + ghc-options: -Wall -fno-warn-name-shadowing -threaded executable anissue -- Import common warning flags. @@ -82,6 +82,7 @@ executable anissue Issue.Group Issue.Meta Issue.Provenance + Issue.Render Issue.Sort Issue.Tag Issue.Text @@ -89,6 +90,7 @@ executable anissue Parallel Patch Process + Render Settings TreeGrepper.Comment TreeGrepper.FileType |