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
f28bbb99
Commit
f28bbb99
authored
Feb 27, 2011
by
Duncan Coutts
Browse files
In bootstrap script, do Cabal before other deps
So that the others can use the new Cabal for their Setup.hs
parent
c2c36650
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/bootstrap.sh
View file @
f28bbb99
...
...
@@ -183,20 +183,20 @@ do_pkg () {
# Actually do something!
info_pkg
"Cabal"
${
CABAL_VER
}
${
CABAL_VER_REGEXP
}
info_pkg
"transformers"
${
TRANS_VER
}
${
TRANS_VER_REGEXP
}
info_pkg
"mtl"
${
MTL_VER
}
${
MTL_VER_REGEXP
}
info_pkg
"parsec"
${
PARSEC_VER
}
${
PARSEC_VER_REGEXP
}
info_pkg
"network"
${
NETWORK_VER
}
${
NETWORK_VER_REGEXP
}
info_pkg
"Cabal"
${
CABAL_VER
}
${
CABAL_VER_REGEXP
}
info_pkg
"time"
${
TIME_VER
}
${
TIME_VER_REGEXP
}
info_pkg
"HTTP"
${
HTTP_VER
}
${
HTTP_VER_REGEXP
}
info_pkg
"zlib"
${
ZLIB_VER
}
${
ZLIB_VER_REGEXP
}
do_pkg
"Cabal"
${
CABAL_VER
}
${
CABAL_VER_REGEXP
}
do_pkg
"transformers"
${
TRANS_VER
}
${
TRANS_VER_REGEXP
}
do_pkg
"mtl"
${
MTL_VER
}
${
MTL_VER_REGEXP
}
do_pkg
"parsec"
${
PARSEC_VER
}
${
PARSEC_VER_REGEXP
}
do_pkg
"network"
${
NETWORK_VER
}
${
NETWORK_VER_REGEXP
}
do_pkg
"Cabal"
${
CABAL_VER
}
${
CABAL_VER_REGEXP
}
do_pkg
"time"
${
TIME_VER
}
${
TIME_VER_REGEXP
}
do_pkg
"HTTP"
${
HTTP_VER
}
${
HTTP_VER_REGEXP
}
do_pkg
"zlib"
${
ZLIB_VER
}
${
ZLIB_VER_REGEXP
}
...
...
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