From e860853ca3b65f706f07ca08655bcc80c82bd79b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Apr 2019 09:49:15 +0100 Subject: [PATCH 1/5] mime-mail-0.5.0 (#4463), add possibly, enum-text --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index df49ea8f..2682dcd2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,6 +3322,8 @@ packages: - regex - regex-pcre-text - regex-with-pcre + - possibly + - enum-text "Elliot Cameron @3noch": [] @@ -4506,6 +4508,9 @@ packages: - dependent-sum < 0.5 - typerep-map < 0.3.2 + # https://github.com/commercialhaskell/stackage/issues/4463 + - mime-mail < 0.5.0 + # end of packages # Package flags are applied to individual packages, and override the values of From 44b407e785c6d7df5b8706452bf08ba286042caf Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Apr 2019 11:45:49 +0100 Subject: [PATCH 2/5] hledger-lib and servant-static-th failing tests --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2682dcd2..5d6d07f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5098,6 +5098,8 @@ expected-test-failures: - yeshql-hdbc # https://github.com/tdammers/yeshql/issues/6 - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/5 - record-dot-preprocessor # https://github.com/commercialhaskell/stackage/issues/4449 + - hledger # https://github.com/commercialhaskell/stackage/issues/4464 + - servant-static-th # https://github.com/commercialhaskell/stackage/issues/4465 # Stackage upper bounds, re-enable these when their upper bound is removed From 65a8982e93da5f1c7adaa59cdc6c4053a12482c3 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Apr 2019 12:08:54 +0100 Subject: [PATCH 3/5] expect hledger-lib test failures (not hledger) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d6d07f0..09f2e81e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5098,7 +5098,7 @@ expected-test-failures: - yeshql-hdbc # https://github.com/tdammers/yeshql/issues/6 - yesod-gitrev # https://github.com/DanBurton/yesod-gitrev/issues/5 - record-dot-preprocessor # https://github.com/commercialhaskell/stackage/issues/4449 - - hledger # https://github.com/commercialhaskell/stackage/issues/4464 + - hledger-lib # https://github.com/commercialhaskell/stackage/issues/4464 - servant-static-th # https://github.com/commercialhaskell/stackage/issues/4465 # Stackage upper bounds, re-enable these when their upper bound is removed From f763c1306eaa78eb70ebdc0b1fc8a2e1f14e444b Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Apr 2019 12:18:39 +0100 Subject: [PATCH 4/5] fixes #4453 and fixes #4452 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09f2e81e..8f8f576c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4764,7 +4764,6 @@ skipped-tests: - rakuten - rank1dynamic - rcu - - registry - rss-conduit - servant-blaze - servant-cassava @@ -5207,9 +5206,6 @@ expected-benchmark-failures: - lz4 # https://github.com/fpco/stackage/issues/3510 - xmlgen # https://github.com/skogsbaer/xmlgen/issues/6 - # https://github.com/commercialhaskell/stackage/issues/4452 - - tensors - # end of expected-benchmark-failures From af79fa36ce6f1b6cde2d937cd830e8053de07d21 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Apr 2019 12:22:22 +0100 Subject: [PATCH 5/5] fixes #4459 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8f8f576c..cc3f14de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1252,7 +1252,7 @@ packages: - partial-handler - postgresql-binary - slave-thread < 0 - - stm-containers < 0 + - stm-containers - refined < 0 # https://github.com/nikita-volkov/refined/issues/33 "Iustin Pop @iustin":