diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-14 12:20:36 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-14 12:25:50 +0200 |
commit | 5fea8f22f379713f0af748eb04a957ff6a9d6bfa (patch) | |
tree | 9717ef19ef6b7701b0ebda1cb65d91db53c8c48f /anissue.cabal | |
parent | 306587efadccf3d02c4b43efc30610ddf2697663 (diff) |
utilize all processors
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
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 |