From e7a2c72902f7b57dd7b888bdbf22ecbef836b102 Mon Sep 17 00:00:00 2001 From: Travis Cardwell Date: Wed, 26 May 2021 10:12:28 +0900 Subject: [PATCH 01/11] add literatex --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67731459..9e2d03e0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4394,6 +4394,7 @@ packages: - egison-pattern-src-th-mode "Travis Cardwell @TravisCardwell": + - literatex - ttc "Jasper Woudenberg @jwoudenberg": From 23068062dab5b397e8b032b62f6fbd0acf91ab2a Mon Sep 17 00:00:00 2001 From: mikkonecny Date: Wed, 26 May 2021 15:11:27 +0100 Subject: [PATCH 02/11] add aern2-real --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67731459..88bc9277 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3335,7 +3335,7 @@ packages: - mixed-types-num - cdar-mBound - aern2-mp - # - aern2-real + - aern2-real "Bartosz Nitka @niteria": - oeis < 0 # via test-framework From 637a51d9c984d570dbce750f7c1f9f1b95877197 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 30 May 2021 17:26:08 +0200 Subject: [PATCH 03/11] Add new package goldplate --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c948a397..b39604e1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -42,6 +42,7 @@ packages: - haskell-src - fix-whitespace - hs-tags + - goldplate "Diogo Biazus ": - hasql-notifications From 7e9a2694c1823e7753b7c54c020acf2f3f7df4ae Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 31 May 2021 13:57:45 +0100 Subject: [PATCH 04/11] pandoc-2.14 (fixes #6053) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c948a397..ec196430 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,11 +2992,11 @@ packages: - doclayout - doctemplates - emojis - - pandoc + - pandoc < 2.14 # https://github.com/commercialhaskell/stackage/issues/6053 - citeproc - - commonmark - - commonmark-extensions - - commonmark-pandoc + - commonmark < 0.2 + - commonmark-extensions < 0.2.1 + - commonmark-pandoc < 0.2.1 - HsYAML-aeson - ipynb #< 0 # via aeson-diff From 3814d7884f0ca9fc0aff6bf6ad8713968ccec260 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Sat, 29 May 2021 22:58:32 -0400 Subject: [PATCH 05/11] Add wordpress-auth & servant-auth-wordpress Add these back as I've made the latest versions compile successfully with the nightly LTS. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ec196430..39594065 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4267,8 +4267,8 @@ packages: "Pavan Rikhi @prikhi": - hs-php-session - - wordpress-auth < 0 # via http-types - - servant-auth-wordpress < 0 # via servant-server + - wordpress-auth + - servant-auth-wordpress - ca-province-codes - mx-state-codes - sitemap-gen From 89050fb1ea8788c5efdebf4747d204556b5cca24 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Tue, 1 Jun 2021 17:59:05 -0700 Subject: [PATCH 06/11] Re-enable prometheus-metrics-ghc & wai-middleware-prometheus These two libraries were disabled referencing fimad/prometheus-haskell#39 which was fixed in 2018. It looks like they were never re-enabled in stackage. I also just ran tests for both of these packages using lts-17.14 and nightly-2021-06-01, both compile and tests pass with no issues. Fixes fimad/prometheus-haskell#61 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d146ce38..16b6208a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2101,10 +2101,10 @@ packages: "Will Coster @fimad": - prometheus-client - - prometheus-metrics-ghc < 0 # Build failure: https://github.com/fimad/prometheus-haskell/issues/39 + - prometheus-metrics-ghc - scalpel - scalpel-core - - wai-middleware-prometheus < 0 # GHC 8.4 via prometheus-client + - wai-middleware-prometheus "William Casarin @jb55": - bson-lens < 0 # via bson From 0633115b5b9d4bab4f7554159832dd08b4bdd976 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Wed, 2 Jun 2021 12:53:33 -0300 Subject: [PATCH 07/11] expected failures: remove FitSpec and Speculate Tests of FitSpec (v0.4.10) and Speculate (v0.4.8) no longer fail to build. They have been updated to be compatible with LeanCheck v0.9.6. Fixes stackage issue #6026 -- https://github.com/commercialhaskell/stackage/issues/6026 --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d146ce38..cf49f47f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5992,7 +5992,6 @@ expected-test-failures: - async-timer # https://github.com/mtesseract/async-timer/issues/8 - commutative # https://github.com/athanclark/commutative/issues/4 - conduit-throttle # https://github.com/mtesseract/conduit-throttle/issues/12 - - fitspec # https://github.com/commercialhaskell/stackage/issues/6026 - haddock - haskell-tools-builtin-refactorings - hweblib # https://github.com/aycanirican/hweblib/issues/3 @@ -6154,8 +6153,6 @@ expected-test-failures: - sbv - - speculate - # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run From 75741b5474cfcd6e36c39878b521164cf35ada8c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Jun 2021 17:23:53 -0400 Subject: [PATCH 08/11] unconstrain safe-cololured-text, closes #6046 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d146ce38..e3a9a57f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3955,7 +3955,8 @@ packages: - mergeful - mergeless - pretty-relative-time - - safe-coloured-text < 0.1.0.0 # https://github.com/commercialhaskell/stackage/issues/6046 + - safe-coloured-text + - safe-coloured-text-terminfo - sydtest - sydtest-discover - sydtest-persistent-sqlite From ae5f102846babfe5946b6ee3a32f57e6c3974e05 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Jun 2021 17:26:26 -0400 Subject: [PATCH 09/11] constrain numhask per #5574 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e3a9a57f..1f741573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5248,6 +5248,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6042 - jira-wiki-markup < 1.4 + # https://github.com/commercialhaskell/stackage/issues/5574 + # (doctest < 0.17) + - numhask < 0.8.0.0 # end of packages From 9a91bd1e223d28c6cc66d1a7060c0489344417f7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Jun 2021 17:27:57 -0400 Subject: [PATCH 10/11] constrain X11 per #6057 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1f741573..af2033ae 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5252,6 +5252,9 @@ packages: # (doctest < 0.17) - numhask < 0.8.0.0 + # https://github.com/commercialhaskell/stackage/issues/6057 + - X11 < 1.10 + # end of packages # Package flags are applied to individual packages, and override the values of From 491c5db646bbf9c4917f7ff90bc779bae0d2af1d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 3 Jun 2021 19:59:56 -0400 Subject: [PATCH 11/11] constrain req per #5747 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50453e4c..d3e2cd49 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5143,6 +5143,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5747 - http-client < 0.7 - http-client-openssl < 0.3.3 + - req < 3.9.1 # https://github.com/commercialhaskell/stackage/issues/5836 - clock < 0.8.2