Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b2fc1542
Commit
b2fc1542
authored
Jul 22, 2016
by
Andrey Mokhov
Browse files
Fix GHC location before Stack install
parent
9e220124
Changes
1
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
b2fc1542
...
...
@@ -23,13 +23,13 @@ install:
-
git config --global url."git@github.com:/ghc/packages-".insteadOf git@github.com:/ghc/packages/
-
git clone https://github.com/ghc/ghc --recurse-submodules --depth 1 C:\msys64\home\ghc\tmp
-
bash -lc "mv /home/ghc/tmp/* /home/ghc"
-
echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
-
ghc --version
-
stack --version
-
alex --version
-
happy --version
-
stack exec -- ghc-pkg list
-
bash -lc "mv /home/ghc/tmp/* /home/ghc"
-
cd C:\msys64\home\ghc
-
bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
-
bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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