mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-08-31 00:13:51 +02: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
|
||||
|
||||
@ -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