From ebf1aa05cdf76adc553967b9faf1da9bcdfa8463 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 18 Nov 2024 16:36:52 +0100 Subject: [PATCH] Disable gi-javascriptcore, gi-webkit2 and some tests --- build-constraints.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5cbe8571..7690434d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3584,7 +3584,7 @@ packages: - gi-xlib - gi-harfbuzz - gi-gtksource < 5.0.0 # https://github.com/commercialhaskell/stackage/issues/7013 - - gi-javascriptcore < 6.0.3 # https://github.com/commercialhaskell/stackage/issues/6929 + - gi-javascriptcore < 0 # 4.0.28 compile fail - Typelib file for namespace 'JavaScriptCore', version '4.0' not found (0) - gi-vte - gi-webkit2 - gi-freetype2 @@ -6746,6 +6746,7 @@ packages: - ghc-prof < 0 # tried ghc-prof-1.4.1.12, but its *library* requires base >=4.6 && < 4.18 and the snapshot contains base-4.19.2.0 - ghc-syb-utils < 0 # tried ghc-syb-utils-0.3.0.0, but its *library* requires ghc >=7.10 && < 8.6 and the snapshot contains ghc-9.8.3 - gi-gsk < 0 # tried gi-gsk-4.0.8, but its *library* requires gi-gdk >=4.0 && < 4.1 and the snapshot contains gi-gdk-3.0.29 + - gi-webkit2 < 0 # tried gi-webkit2-4.0.31, but its *library* requires the disabled package: gi-javascriptcore - ginger < 0 # tried ginger-0.10.5.2, but its *library* requires bytestring >=0.10.8.2 && < 0.12 and the snapshot contains bytestring-0.12.1.0 - ginger < 0 # tried ginger-0.10.5.2, but its *library* requires text >=1.2.3.1 && < 2.1 and the snapshot contains text-2.1.1 - git < 0 # tried git-0.3.0, but its *library* requires bytestring >=0.9 && < 0.11 and the snapshot contains bytestring-0.12.1.0 @@ -8835,6 +8836,7 @@ expected-test-failures: - log # ElasticSearch - lxd-client # Needs LXD, not available on debian - lz4 # executable not found https://github.com/commercialhaskell/stackage/issues/6226 + - lsp-test # example: lsp-demo-reactor-server: createProcess: posix_spawnp: does not exist (No such file or directory) - mangopay # https://github.com/prowdsponsor/mangopay/issues/30 - matplotlib # https://github.com/fpco/stackage/issues/2365 - memcached-binary # memcached @@ -9011,6 +9013,8 @@ expected-test-failures: - yesod-gitrev # needs a git repo https://github.com/commercialhaskell/stackage/issues/6132 - yesod-markdown # https://github.com/pbrisbin/yesod-markdown/issues/77 - yggdrasil-schema # https://github.com/commercialhaskell/stackage/issues/7518 + - genvalidity-network-uri # URI <> + - haskoin-node # "reads arbitrary addresses" failed # Assertion failures due to module name ambiguity. # These _should_ be fixed by using the `hide` section of this file