add manual: true to ParallelBuild flag

hackage demands that -j be gated behind a build flag with manual: true
set.
This commit is contained in:
Joey Hess 2023-11-29 16:05:03 -04:00
parent 7310ec897e
commit 060259b750
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -162,6 +162,7 @@ Flag Production
Flag ParallelBuild
Description: Enable production build (slower build; faster binary)
Default: False
Manual: True
Flag TorrentParser
Description: Use haskell torrent library to parse torrent files