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:
parent
7310ec897e
commit
060259b750
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue