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
e008f719
Commit
e008f719
authored
Jan 06, 2016
by
Andrey Mokhov
Browse files
Fix cabal rename error.
See
#110
. [skip ci]
parent
5afac8ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
e008f719
...
...
@@ -8,7 +8,7 @@ install:
-
bash -lc "mkdir /usr/local"
-
bash -lc "mkdir /usr/local/bin"
-
bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
-
ren C:\msys64\
usr
\
local
\
bin
\
cabal-1.22.0.0-i386-unknown-mingw32.exe
C:\msys64\
usr
\
local
\
bin
\
cabal.exe
-
bash -lc "mv /
usr
/
local
/
bin
/
cabal-1.22.0.0-i386-unknown-mingw32.exe
/
usr
/
local
/
bin
/
cabal.exe
"
-
bash -lc "cabal update"
-
bash -lc "cabal install -j --prefix=/usr/local alex happy"
-
bash -lc "git clone --recursive git://git.haskell.org/ghc.git /home/ghc"
...
...
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