From ef79af176aab9ea694fe3cdbdba28ab953547ca8 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:27:15 +0300 Subject: [PATCH 01/13] Disable tests for throwable-exceptions (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75b03ad0..1c2d8661 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,6 +3649,7 @@ expected-test-failures: - xmonad # 0.12 https://github.com/xmonad/xmonad/issues/36 - pixelated-avatar-generator # 0.1.3 https://github.com/ExcaliburZero/pixelated-avatar-generator/issues/19 - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 + - throwable-exceptions # https://github.com/aiya000/hs-throwable-exceptions/issues/2 # Compilation failures - ListLike # No issue tracker, e-mail sent to maintainer From 1197349f441dc8d624fcd409887014e0a53d5fe9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 08:55:49 +0300 Subject: [PATCH 02/13] Bound text-show, per #2590 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1c2d8661..3b7fa78f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3270,6 +3270,9 @@ packages: # https://github.com/michalkonecny/mixed-types-num/issues/1 - mixed-types-num < 0.2 + # https://github.com/fpco/stackage/issues/2590 + - text-show < 3.6.2 + # end of packages # Package flags are applied to individual packages, and override the values of From c3740351752492a1fb3de4cde2724e1377f3fb66 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:09:48 +0300 Subject: [PATCH 03/13] Disable checking tests for pg-transact (#2 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b7fa78f..cf601049 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ expected-test-failures: - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 + - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 # end of expected-test-failures From e52514488e839bec0345d6cc0b61a4cf7c2a768d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:13:38 +0300 Subject: [PATCH 04/13] Remove postgresql-simple-queue as it fails to build --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index cf601049..696f73c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2874,7 +2874,7 @@ packages: - postgresql-simple-opts - pg-transact - hspec-pg-transact - - postgresql-simple-queue + # postgresql-simple-queue # fails to build, # https://github.com/jfischoff/postgresql-queue/issues/1 "Bernie Pope @bjpop": - language-python From 05c6ac0d2779d7aba57e5847d76cc8c7174a1c47 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:20:22 +0300 Subject: [PATCH 05/13] Disable building tests for teardown as their package.yaml file is wrong (#1 on their repo) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 696f73c0..5c817aac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3506,6 +3506,9 @@ skipped-tests: # criterion - store + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We From ad5ddc6e95b7e08679f4891df111f6d1bd079d3c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:23:46 +0300 Subject: [PATCH 06/13] Also disable benchmarks for teardown, same issue --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5c817aac..63b8ad4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3730,6 +3730,9 @@ expected-benchmark-failures: - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - ghc-mod # https://github.com/DanielG/ghc-mod/issues/895 + # wrong package.yaml file + - teardown # https://github.com/roman/Haskell-teardown/issues/1 + # end of expected-benchmark-failures From 79c27a812e4fce8f8e84c97363371a07c5436462 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jun 2017 09:32:53 +0300 Subject: [PATCH 07/13] Disable test run for tmp-postgres (#1 on their repo) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63b8ad4b..6f43a7c0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3703,6 +3703,7 @@ expected-test-failures: - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - pg-transact # https://github.com/jfischoff/pg-transact/issues/2 + - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 # end of expected-test-failures From df6f1ae3d12b36fb2756b790d937ff910583d0c3 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:03:47 +0300 Subject: [PATCH 08/13] New version of req released --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6f43a7c0..9c1dae5a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3698,7 +3698,6 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 - - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3937,7 +3936,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From 6379a3d1acd789290bc22f2b7bbad2b1e99776f6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:06:45 +0300 Subject: [PATCH 09/13] Upper bound req because of discord-hs (#2594) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c1dae5a..d740c7a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3273,6 +3273,9 @@ packages: # https://github.com/fpco/stackage/issues/2590 - text-show < 3.6.2 + # https://github.com/fpco/stackage/issues/2594 + - req < 0.3.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 27973a123648b985ea50eee7c5dff707093c8cb7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:23:44 +0300 Subject: [PATCH 10/13] Fallout from upper bounding req (#2594) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d740c7a2..8d2386a5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3275,6 +3275,7 @@ packages: # https://github.com/fpco/stackage/issues/2594 - req < 0.3.0 + - req-conduit < 0.2.0 # because of above # end of packages From ee49ce34339a8e834f77883e592ade9aa40c532d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:25:55 +0300 Subject: [PATCH 11/13] Upper bound cassava (#2595) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8d2386a5..a461f6a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3277,6 +3277,9 @@ packages: - req < 0.3.0 - req-conduit < 0.2.0 # because of above + # https://github.com/fpco/stackage/issues/2595 + - cassava < 0.5.0.0 + # end of packages # Package flags are applied to individual packages, and override the values of From dd416cc0a485e4d4231ded4dc5551d8b2530d91f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:35:24 +0300 Subject: [PATCH 12/13] Revert "New version of req released" This reverts commit df6f1ae3d12b36fb2756b790d937ff910583d0c3. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a461f6a2..0dd09edc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3705,6 +3705,7 @@ expected-test-failures: - ghcid # Weird conflicts with sandboxingistributed/distributed-process-supervisor/issues/1 - haskell-docs # GHC bug - rattletrap # OOM? https://github.com/fpco/stackage/issues/2232 + - req # https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - servant # https://github.com/haskell-servant/servant/issues/698 - snap-core # https://github.com/snapframework/snap-core/issues/26 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 @@ -3943,6 +3944,7 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 +- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 From b01f4973245c2af16b2ea0d2ef2e717ef793ad83 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 20 Jun 2017 15:36:26 +0300 Subject: [PATCH 13/13] Keep req expected test failure as we cannot yet use the new version (#2594) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0dd09edc..b0e74a4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3274,7 +3274,7 @@ packages: - text-show < 3.6.2 # https://github.com/fpco/stackage/issues/2594 - - req < 0.3.0 + - req < 0.3.0 # also remove from expected-test-failure - req-conduit < 0.2.0 # because of above # https://github.com/fpco/stackage/issues/2595 @@ -3944,7 +3944,6 @@ build-tool-overrides: tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 -- req-0.2.0 # Remove from expected-test-failures https://github.com/mrkkrp/req/issues/14#issuecomment-287562784 - vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180 - cryptohash-md5-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-sha1-0.11.100.1 # re-enable benchmarks, https://github.com/fpco/stackage/issues/2538#issuecomment-304458844