From 896ad49efc27b96393a22371ef241069fa1041db Mon Sep 17 00:00:00 2001 From: pepe iborra Date: Sat, 13 May 2017 14:42:49 +0100 Subject: [PATCH] cld-inline test suite requires official Mono packages --- build-constraints.yaml | 2 +- debian-bootstrap.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c0bb9c51..7ff6092c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8,7 +8,7 @@ packages: - clr-marshal - clr-host - threepenny-editors - # - clr-inline # https://github.com/fpco/stackage/pull/2470 + - clr-inline "Joshua Koike @jano017": - discord-hs diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 747e1c5d..82a7f3c1 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -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