From 631635cd707c7bc96f525878a24d1be3390eb54f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:33:23 +0900 Subject: [PATCH 1/4] Revert "gi-glib-0.2.46.14 fails to build (haskell-gi/haskell-gi#29)" should be fixed by gi-*-0.*.*.15 This reverts commit 26610e2e96ac0b10727708e5e3b73df72657f61b. --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 305638dd..a754452f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -916,8 +916,7 @@ packages: - cabal-sort - ghcjs-codemirror - ghcjs-dom - # https://github.com/haskell-gi/haskell-gi/issues/29 - #- gi-gtk + - gi-gtk - gtksourceview3 - idris - jsaddle From 3a26a37b39755d6e3194f7b608a7239e5d873769 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:35:44 +0900 Subject: [PATCH 2/4] try removing texlive completely! (#1441) --- debian-bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 115ecebc..c00e859b 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -101,7 +101,6 @@ apt-get install -y \ npm \ r-base \ r-base-dev \ - texlive \ wget \ zip \ stack \ From d5a57eda06794f5e06aaba508086413fab1a0351 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:11:09 +0900 Subject: [PATCH 3/4] hledger-ui build fail (simonmichael/hledger#344) --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a754452f..3ddb240d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -688,7 +688,8 @@ packages: - regex-compat-tdfa - darcs - hledger - - hledger-ui + # https://github.com/simonmichael/hledger/issues/344 + #- hledger-ui - hledger-web - shelltestrunner From e47615b9b416c7ac72bc1c97b321c5d8bc62b1cc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:25:32 +0900 Subject: [PATCH 4/4] nettle some tests fail with libnettle-3.2 (stbuehler/haskell-nettle#8) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3ddb240d..696afbaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2797,6 +2797,9 @@ expected-test-failures: # https://github.com/fpco/stackage/issues/1412 - wai-predicates + + # https://github.com/stbuehler/haskell-nettle/issues/8 + - nettle # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run