cld-inline test suite requires official Mono packages

This commit is contained in:
pepe iborra 2017-05-13 14:42:49 +01:00
parent c5109a53f8
commit 896ad49efc
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ packages:
- clr-marshal
- clr-host
- threepenny-editors
# - clr-inline # https://github.com/fpco/stackage/pull/2470
- clr-inline
"Joshua Koike <jkoike2013@gmail.com> @jano017":
- discord-hs

View File

@ -7,7 +7,7 @@
# wget -O - https://raw.github.com/fpco/stackage/master/debian-bootstrap.sh | bash -ex
# NOTE: Requires that GHC and Cabal are installed and on your PATH. For
# instructions, see:
# instructions,see:
# http://www.stackage.org/install
set -exu
@ -20,6 +20,10 @@ apt-get install -y software-properties-common
add-apt-repository ppa:hvr/ghc -y
add-apt-repository -y ppa:marutter/rrutter
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy main'
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main'
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main'
GHCVER=8.0.2