Skip to content

Commit

Permalink
Disable setting the jobs: $nprocs line in default ~/.cabal config
Browse files Browse the repository at this point in the history
It breaks for fresh installs with users who have Cabal-1.6.0
rather than Cabal-1.6.0.1, ie users of ghc-7.6.1.
  • Loading branch information
dcoutts committed Oct 5, 2012
1 parent ce2fc30 commit aa7d98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Config.hs
Expand Up @@ -203,7 +203,7 @@ initialSavedConfig = do
savedInstallFlags = mempty {
installSummaryFile = [toPathTemplate (logsDir </> "build.log")],
installBuildReports= toFlag AnonymousReports,

This comment has been minimized.

Copy link
@hvr

hvr Oct 7, 2012

Member

fyi, the remaining trailing , breaks compilation

This comment has been minimized.

Copy link
@tibbe

tibbe Oct 13, 2012

Member

Fixed in a separate commit.

installNumJobs = toFlag (Just numberOfProcessors)
--installNumJobs = toFlag (Just numberOfProcessors)
}
}

Expand Down

0 comments on commit aa7d98f

Please sign in to comment.