Skip to content

Commit b9653da

Browse files
mistydemeo23Skidoo
authored andcommitted
Distribution.Simple.Setup: remove job cap
Fixes #3191. (cherry picked from commit d46e71d)
1 parent 3569bc6 commit b9653da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cabal/Distribution/Simple/Setup.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,6 @@ optionNumJobs get set =
20992099
_ -> case reads s of
21002100
[(n, "")]
21012101
| n < 1 -> Left "The number of jobs should be 1 or more."
2102-
| n > 64 -> Left "You probably don't want that many jobs."
21032102
| otherwise -> Right (Just n)
21042103
_ -> Left "The jobs value should be a number or '$ncpus'"
21052104

0 commit comments

Comments
 (0)