projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7310ec8
)
add manual: true to ParallelBuild flag
author
Joey Hess
<joeyh@joeyh.name>
Wed, 29 Nov 2023 20:05:03 +0000
(16:05 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/git-annex.cabal
b/git-annex.cabal
index a9bdda52d3475e5f7b19e077dc60886749188dc1..749c754cbd0fbcfceedadc0b448f7df793119f85 100644
(file)
--- a/
git-annex.cabal
+++ b/
git-annex.cabal
@@
-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