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
GHC
Commits
efeb1636
Commit
efeb1636
authored
Jan 08, 2016
by
Andrey Mokhov
Browse files
Don't reinstall perl.
See
#110
. [skip ci]
parent
8c9544ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
efeb1636
...
...
@@ -8,7 +8,7 @@ install:
-
curl -ostack.zip -LsS --insecure https://www.stackage.org/stack/windows-x86_64
-
7z x stack.zip stack.exe
-
bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
-
stack exec -- pacman -S --noconfirm
perl
gcc binutils p7zip git
-
stack exec -- pacman -S --noconfirm gcc binutils p7zip git
-
echo "" | stack --no-terminal install alex happy shake ansi-terminal mtl
-
git clone --recursive git://git.haskell.org/ghc.git C:\msys64\home\ghc\tmp
-
bash -lc "mv /home/ghc/tmp/* /home/ghc"
...
...
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