From 97d430286e77de59b7781271d5bb26e0c5a6b405 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Tue, 25 Apr 2023 16:16:20 -0500 Subject: [PATCH 1/6] Allow tagged-0.8.7 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa24b6a4..4279fa4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7655,9 +7655,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6887 - primitive < 0.8 - # https://github.com/commercialhaskell/stackage/issues/6889 - - tagged < 0.8.7 - # https://github.com/commercialhaskell/stackage/issues/6897 - th-abstraction < 0.5.0.0 From ed7f664fecc1393f1f0181ab8ad83e441e401b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:40:23 +0200 Subject: [PATCH 2/6] microformats2-parser doesn't compile with newer aeson (see also https://hackage.haskell.org/package/microformats2-parser-1.0.2.2/reports/2) @myfreeweb --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fa24b6a4..d40e9e4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1906,7 +1906,7 @@ packages: "Greg V @myfreeweb": - pcre-heavy - http-link-header - - microformats2-parser + - microformats2-parser < 0 # 1.0.2.2 compile fail aeson >= 2 - hspec-expectations-pretty-diff - wai-cli - magicbane From 8a8eb510448cf08ba46cea43dfc01bdee94142f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:44:09 +0200 Subject: [PATCH 3/6] tasty-hspec < 1.2.0.4 (#6952) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d40e9e4c..2eb910d9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7736,6 +7736,7 @@ packages: - hspec < 2.11 - hspec-core < 2.11 - hspec-discover < 2.11 + - tasty-hspec < 1.2.0.4 # https://github.com/commercialhaskell/stackage/issues/6955 - logict < 0.8.1 From 2b37ed704398c572e99bf5ea64fb8466a20031f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:29:01 +0200 Subject: [PATCH 4/6] Expect test failure for colonnade (https://github.com/andrewthad/colonnade/issues/31). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2eb910d9..7b3803c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8522,6 +8522,7 @@ expected-test-failures: - cfenv # 0.1.0.0 https://github.com/tomphp/haskell-cfenv/issues/1 - character-cases # 0.1.0.6 https://github.com/aiya000/hs-character-cases/issues/3 - codec-beam # 0.2.0 posix_spawnp: does not exist + - colonnade # 1.2.0.2 https://github.com/andrewthad/colonnade/issues/31 - control-dsl # 0.2.1.3 - crypt-sha512 # 0 Use -p '/crypt.$6$rounds=10$roundstoolow/' to rerun this test only. - curl-runnings # 0.17.0 From 99cf23d2ee47edae861e94fb0f264d77fe88b201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:34:48 +0200 Subject: [PATCH 5/6] Missing test files for `wai-saml2` (https://github.com/mbg/wai-saml2/issues/44). --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7b3803c4..2d675d28 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8509,6 +8509,7 @@ expected-test-failures: - hspec-junit-formatter # https://github.com/freckle/hspec-junit-formatter/issues/14 - persistent # https://github.com/commercialhaskell/stackage/issues/6037 - reanimate-svg # https://github.com/commercialhaskell/stackage/issues/5688 + - wai-saml2 # 0.4 https://github.com/mbg/wai-saml2/issues/44 # Testcase failures, or other runtime failures. # These can be real testsuite bugs, or maybe limitations in test cases or the test setup. From a05cb11cb405d5b2cc5e0cba2ed9cee1df1d9491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 26 Apr 2023 08:42:23 +0200 Subject: [PATCH 6/6] Expect test failure for `minio-hs` since it depends on AWS API. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2d675d28..44a7001c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8438,6 +8438,7 @@ expected-test-failures: - matplotlib # https://github.com/fpco/stackage/issues/2365 - memcached-binary # memcached - milena + - minio-hs # 1.6.0 Depends on AWS API - mongoDB # Requires local MongoDB server - mysql # MySQL - mysql-haskell # Requires local mysql server with a test account, and binlog enabled.