Skip to content

Commit

Permalink
Distribution.Simple.Setup: remove job cap
Browse files Browse the repository at this point in the history
Fixes #3191.

(cherry picked from commit d46e71d)
  • Loading branch information
mistydemeo authored and 23Skidoo committed Feb 26, 2016
1 parent 3569bc6 commit b9653da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cabal/Distribution/Simple/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,6 @@ optionNumJobs get set =
_ -> case reads s of
[(n, "")]
| n < 1 -> Left "The number of jobs should be 1 or more."
| n > 64 -> Left "You probably don't want that many jobs."
| otherwise -> Right (Just n)
_ -> Left "The jobs value should be a number or '$ncpus'"

Expand Down

0 comments on commit b9653da

Please sign in to comment.