Skip to content

Commit

Permalink
Allow parallel builds on Windows #84
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed May 28, 2015
1 parent 2fcf5d4 commit 2322c55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Stack/Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import Data.Text (Text)
import qualified Data.Text as T
import qualified Data.Text.Encoding as T
import Distribution.Package (Dependency (..))
import Distribution.System (OS (Windows), Platform (..))
import Network.HTTP.Conduit (Manager)
import Network.HTTP.Download
import Path as FL
Expand Down Expand Up @@ -482,11 +481,7 @@ runPlans _bopts _packages plans _docLoc = do
shakeDir <- asks configShakeFilesDir
shakeArgs
shakeDir
(case configPlatform config of
Platform _ Windows ->
1 -- See: https://github.com/fpco/stack/issues/84
_ ->
defaultShakeThreads)
defaultShakeThreads
(do sequence_ plans
{- EKB FIXME: doc generation for stack-doc-server
when
Expand Down

0 comments on commit 2322c55

Please sign in to comment.