From 1b1c3faabae530229eb675a2e70e744c2f45cbbe Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Mon, 4 Dec 2023 08:36:02 +0100 Subject: feat: add experimental render api --- anissue.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'anissue.cabal') 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 -- cgit v1.2.3