diff options
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 |