File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ execute "Ensuring /mingw folder exists" `
60
60
(' test -d /mingw' + $osBitness + ' || mkdir /mingw' + $osBitness )
61
61
62
62
execute " Installing bootstrapping GHC 7.10.3 version" `
63
- (' curl --stderr - -LO https://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32.tar.xz && tar -xJ -C /mingw' + $osBitness + ' --strip-components=1 -f ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32.tar.xz && rm -f ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32.tar.xz' )
63
+ (' curl --stderr - -LO https://www.haskell.org/ghc/dist/7.10.3/ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32-win10 .tar.xz && tar -xJ -C /mingw' + $osBitness + ' --strip-components=1 -f ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32.tar.xz && rm -f ghc-7.10.3-' + $ghcArch + ' -unknown-mingw32.tar.xz' )
64
64
65
65
execute " Installing alex, happy and cabal" `
66
66
(' mkdir -p /usr/local/bin && curl --stderr - -LO https://www.haskell.org/cabal/release/cabal-install-1.24.0.0/cabal-install-1.24.0.0-i386-unknown-mingw32.zip && unzip cabal-install-1.24.0.0-i386-unknown-mingw32.zip -d /usr/local/bin && rm -f cabal-install-1.24.0.0-i386-unknown-mingw32.zip && cabal update && cabal install -j --prefix=/usr/local alex happy' )
You can’t perform that action at this time.
0 commit comments