From 5fea8f22f379713f0af748eb04a957ff6a9d6bfa Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 14 Oct 2023 12:20:36 +0200 Subject: utilize all processors --- anissue.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 046abb6..3ab0809 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -55,7 +55,7 @@ extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings - ghc-options: -Wall + ghc-options: -Wall -threaded executable anissue -- Import common warning flags. @@ -71,6 +71,7 @@ executable anissue Issue.Filter Issue.Tag Issue.Text + Parallel Process TreeGrepper.FileType TreeGrepper.Match @@ -92,7 +93,8 @@ executable anissue text, temporary, time, - typed-process + typed-process, + parallel-io -- Directories containing source files. hs-source-dirs: app -- cgit v1.2.3