mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
cld-inline test suite requires official Mono packages
This commit is contained in:
parent
c5109a53f8
commit
896ad49efc
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user