add manual: true to ParallelBuild flag
authorJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 20:05:03 +0000 (16:05 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 20:05:03 +0000 (16:05 -0400)
hackage demands that -j be gated behind a build flag with manual: true
set.

git-annex.cabal

index a9bdda52d3475e5f7b19e077dc60886749188dc1..749c754cbd0fbcfceedadc0b448f7df793119f85 100644 (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