Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
7613f78b
Commit
7613f78b
authored
Nov 29, 2016
by
Mikhail Glushenkov
Committed by
GitHub
Nov 29, 2016
Browse files
Merge pull request #4143 from juhp/master
bootstrap.sh: do not use -j on ghc-7.8
parents
e7acd717
40287a99
Changes
1
Show whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
7613f78b
...
@@ -164,9 +164,9 @@ while [ "$#" -gt 0 ]; do
...
@@ -164,9 +164,9 @@ while [ "$#" -gt 0 ]; do
esac
esac
done
done
# Do not try to use -j with GHC
older than 7.8
# Do not try to use -j with GHC
7.8 or older
case
$GHC_VER
in
case
$GHC_VER
in
7.4
*
|
7.6
*
)
7.4
*
|
7.6
*
|
7.8
*
)
JOBS
=
""
JOBS
=
""
;;
;;
*
)
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment