Skip to content

Commit eef539d

Browse files
authored
Update GHCs to 8.0
I guess we're now using GHC 8.0
1 parent 68881b5 commit eef539d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/chocolateyInstall-Template.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ execute "Ensuring /mingw folder exists" `
6060
('test -d /mingw' + $osBitness + ' || mkdir /mingw' + $osBitness)
6161

6262
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-win10.tar.xz && tar -xJ -C /mingw' + $osBitness + ' --strip-components=1 -f ghc-7.10.3-' + $ghcArch + '-unknown-mingw32-win10.tar.xz && rm -f ghc-7.10.3-' + $ghcArch + '-unknown-mingw32-win10.tar.xz')
63+
('curl --stderr - -LO https://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-' + $ghcArch + '-unknown-mingw32-win10.tar.xz && tar -xJ -C /mingw' + $osBitness + ' --strip-components=1 -f ghc-7.10.3-' + $ghcArch + '-unknown-mingw32-win10.tar.xz && rm -f ghc-7.10.3-' + $ghcArch + '-unknown-mingw32-win10.tar.xz')
6464

6565
execute "Installing alex, happy and cabal" `
6666
('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')

0 commit comments

Comments
 (0)