From 79516f382c88a41adc226deb4757c294b0dc14fb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:11:09 +0900 Subject: [PATCH 1/5] 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 305638dd..8b7305c3 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 be7c2ae1c4586b01092c3cf54c45f2b2b6a93eed Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 16:25:32 +0900 Subject: [PATCH 2/5] 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 8b7305c3..c2063049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2798,6 +2798,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 From 3e7f3dbf737f9a73b5279640d3184f07ac53b656 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:33:23 +0900 Subject: [PATCH 3/5] 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 c2063049..696afbaf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -917,8 +917,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 0f7680780b9967f84c94afa04c1cb4a14a91c13e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:35:44 +0900 Subject: [PATCH 4/5] 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 4775fda6c9533091e3ab617ef954232d0e2fcc39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 May 2016 18:54:40 +0900 Subject: [PATCH 5/5] twitter-conduit linkage problem with cryptonite (#1459) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696afbaf..9853e777 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2800,6 +2800,9 @@ expected-test-failures: # https://github.com/stbuehler/haskell-nettle/issues/8 - nettle + + # https://github.com/fpco/stackage/issues/1459 + - twitter-conduit # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run