From 4afa67bff0a38ac755bc22f744ded0c9d09cb5dd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 12:55:58 -0700 Subject: [PATCH 01/29] Attempt removal of upper bound for `recursion-schemes` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c0b9e25..fdf19064 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4919,7 +4919,7 @@ packages: - tasty-expected-failure < 0.12 # https://github.com/commercialhaskell/stackage/issues/5540 - - recursion-schemes < 5.2 + # recursion-schemes < 5.2 # end of packages From 3218e4ec3fc51e6b61e2b0a94e0a1b5b0e9a64d0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 13:03:01 -0700 Subject: [PATCH 02/29] Bounds for #5540 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index fdf19064..d3c41d0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4919,7 +4919,8 @@ packages: - tasty-expected-failure < 0.12 # https://github.com/commercialhaskell/stackage/issues/5540 - # recursion-schemes < 5.2 + - recursion-schemes < 5.2 + - stackcollapse-ghc < 0.0.1.3 # end of packages From a9cb2658415c28305da37db815f171158ef90035 Mon Sep 17 00:00:00 2001 From: Matthew Wraith Date: Thu, 30 Jul 2020 12:40:34 -0500 Subject: [PATCH 03/29] Transfer Luke Hoersten's packages to Matt Wraith Please see issue #5552 --- build-constraints.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3c41d0d..88930934 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4085,11 +4085,11 @@ packages: "Zoltan Kelemen @kelemzol": - fswatch < 0 - "Luke Hoersten @lukehoersten": - - prometheus < 0 - - hgrev < 0 - - seqid < 0 - - seqid-streams < 0 + "Matthew Wraith @wraithm": + - prometheus + - hgrev + - seqid + - seqid-streams "Daniel Gorin @jcpetruzza": - barbies < 0 From 119c59cd71ac4e67c7635e6eb4025633c9c841d5 Mon Sep 17 00:00:00 2001 From: Brandon Elam Barker Date: Thu, 30 Jul 2020 10:21:58 -0400 Subject: [PATCH 04/29] Add zio --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88930934..8838ccc8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -711,6 +711,7 @@ packages: "Brandon Barker @bbarker": - unexceptionalio - unexceptionalio-trans + - zio "Omari Norman @massysett": - rainbow From 9078954416ed94dfd6aa60c90f734b65f339f8ea Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Wed, 29 Jul 2020 17:43:29 -0400 Subject: [PATCH 05/29] Remove duplicate entry for vinyl Removing a second entry for the `vinyl` package that seems to have prevented it from being included in Stackage releases since an earlier PR adding it under my name. I am the primary maintainer for the package. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8838ccc8..2488da36 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2683,7 +2683,6 @@ packages: "Stanislav Chernichkin @schernichkin": - partial-isomorphisms - - vinyl < 0 # kind stuff "Christoph Breitkopf @bokesan": - IntervalMap From 526273e75b5044568618c85487936daef42ddfca Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:15:30 -0700 Subject: [PATCH 06/29] Install `rpm` in the docker image --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index a0f3aae3..3b94d744 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -161,6 +161,7 @@ apt-get install -y \ python3-scipy \ r-base \ r-base-dev \ + rpm \ ruby-dev \ software-properties-common \ sudo \ From ea1f498e5bf3058695b203721f4278c1558471ce Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:35:19 -0700 Subject: [PATCH 07/29] Try `hw-ip` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2488da36..82146640 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3007,7 +3007,7 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - - hw-ip < 0 # generic-lens 2.0.0.0 + - hw-ip # 0 # generic-lens 2.0.0.0 - hw-json < 0 # generic-lens 2.0.0.0 - hw-json-simple-cursor < 0 # generic-lens 2.0.0.0 - hw-json-standard-cursor < 0 # generic-lens 2.0.0.0 From dc0a6136ca477fb1217547eeb2fefa2a92f1ed02 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:38:48 -0700 Subject: [PATCH 08/29] `hw-ip` seems to work --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 82146640..d9d7af0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3007,7 +3007,7 @@ packages: - hw-hedgehog - hw-hspec-hedgehog - hw-int - - hw-ip # 0 # generic-lens 2.0.0.0 + - hw-ip - hw-json < 0 # generic-lens 2.0.0.0 - hw-json-simple-cursor < 0 # generic-lens 2.0.0.0 - hw-json-standard-cursor < 0 # generic-lens 2.0.0.0 @@ -5194,7 +5194,6 @@ skipped-tests: - hw-balancedparens # via QuickCheck-2.12.6.1, via hspec-2.6.0 - hw-bits # via QuickCheck-2.12.6.1 - hw-excess # via QuickCheck-2.12.6.1, via hspec-2.6.0 - - hw-ip # via hspec-2.6.0 - hw-json # via hspec-2.6.0 - hw-prim # via QuickCheck-2.12.6.1, via hspec-2.6.0 - hw-rankselect # via QuickCheck-2.12.6.1, via hspec-2.6.0 @@ -5797,7 +5796,6 @@ skipped-haddocks: - modular # https://github.com/haskell/haddock/issues/900 - sparkle # Java function failures tweag/sparkle#144 - polysemy-zoo # Needs polysemy-plugin GHC plugin -- hw-ip # https://github.com/commercialhaskell/stackage/issues/5014 # end of skipped-haddocks # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 7801c4b8d797ab71c83512295fae7ecc48025283 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:43:58 -0700 Subject: [PATCH 09/29] Try `asif` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9d7af0d..8883bbc6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2991,7 +2991,7 @@ packages: - antiope-sqs < 0 # ghc 8.10 via amazonka - arbor-lru-cache - arbor-postgres < 0 # generic-lens 2.0.0.0 - - asif < 0 # hw-ip due to generic-lens 2.0.0.0 + - asif # 0 # hw-ip due to generic-lens 2.0.0.0 - avro - bits-extra - hw-balancedparens From 9b13f83077dca36e3c397d2a7c492121eb919564 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 15:49:00 -0700 Subject: [PATCH 10/29] #5014 still an issue --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8883bbc6..c7043c5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5796,6 +5796,7 @@ skipped-haddocks: - modular # https://github.com/haskell/haddock/issues/900 - sparkle # Java function failures tweag/sparkle#144 - polysemy-zoo # Needs polysemy-plugin GHC plugin +- hw-ip # https://github.com/commercialhaskell/stackage/issues/5014 # end of skipped-haddocks # Benchmarks which should not be built. Note that Stackage builds benchmarks but does not run them. From 21247e11372bc7b7f18ac68b0edb475c0e8b78c9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:02:50 -0700 Subject: [PATCH 11/29] `asif` seems ok --- build-constraints.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7043c5e..dfeb6e82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2991,7 +2991,7 @@ packages: - antiope-sqs < 0 # ghc 8.10 via amazonka - arbor-lru-cache - arbor-postgres < 0 # generic-lens 2.0.0.0 - - asif # 0 # hw-ip due to generic-lens 2.0.0.0 + - asif - avro - bits-extra - hw-balancedparens @@ -5653,9 +5653,6 @@ expected-test-failures: # https://github.com/commercialhaskell/stackage/issues/4289 - Diff - # https://github.com/commercialhaskell/stackage/issues/4294 - - asif - # to get fixed in version after 0.3.2 https://github.com/snoyberg/tar-conduit/issues/28 - tar-conduit From 02e3ff0a7b6a2368ab9b476b4f5150523f2831f7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:09:22 -0700 Subject: [PATCH 12/29] Test `haskeline` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfeb6e82..3a071e2f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5592,7 +5592,7 @@ expected-test-failures: - haskell-src-exts # https://github.com/commercialhaskell/stackage/issues/5151 - simple-vec3 # https://github.com/commercialhaskell/stackage/pull/5410 - bech32-th # https://github.com/commercialhaskell/stackage/issues/5432 - - haskeline # https://github.com/commercialhaskell/stackage/issues/5439 + # haskeline # https://github.com/commercialhaskell/stackage/issues/5439 - http-client # https://github.com/commercialhaskell/stackage/issues/5470 - http-directory # https://github.com/commercialhaskell/stackage/issues/5471 From 1f307c5c91eeba6001d0560f569b990e09565ed7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:35:23 -0700 Subject: [PATCH 13/29] `haskeline` still fails (#5439) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a071e2f..dfeb6e82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5592,7 +5592,7 @@ expected-test-failures: - haskell-src-exts # https://github.com/commercialhaskell/stackage/issues/5151 - simple-vec3 # https://github.com/commercialhaskell/stackage/pull/5410 - bech32-th # https://github.com/commercialhaskell/stackage/issues/5432 - # haskeline # https://github.com/commercialhaskell/stackage/issues/5439 + - haskeline # https://github.com/commercialhaskell/stackage/issues/5439 - http-client # https://github.com/commercialhaskell/stackage/issues/5470 - http-directory # https://github.com/commercialhaskell/stackage/issues/5471 From 92248f96821b5591a658397a1f7c30f1219b8d68 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:36:02 -0700 Subject: [PATCH 14/29] Try `simple-affine-space` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfeb6e82..369dc869 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5329,7 +5329,7 @@ skipped-tests: - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - - simple-affine-space # https://github.com/commercialhaskell/stackage/issues/5110 + # simple-affine-space # https://github.com/commercialhaskell/stackage/issues/5110 - language-puppet # https://github.com/commercialhaskell/stackage/issues/5405 - hw-kafka-client # https://github.com/commercialhaskell/stackage/pull/5542 From d7917901727dfb0629c9d3f08d25bd39c8ab41dc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:45:00 -0700 Subject: [PATCH 15/29] `simple-affine-space` issue is still present (#5110) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 369dc869..dfeb6e82 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5329,7 +5329,7 @@ skipped-tests: - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - binary-parsers # https://github.com/winterland1989/binary-parsers/issues/3 - # simple-affine-space # https://github.com/commercialhaskell/stackage/issues/5110 + - simple-affine-space # https://github.com/commercialhaskell/stackage/issues/5110 - language-puppet # https://github.com/commercialhaskell/stackage/issues/5405 - hw-kafka-client # https://github.com/commercialhaskell/stackage/pull/5542 From 918c558d1257f1910dbe9185fea9d8a05d0f6cbd Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 30 Jul 2020 16:47:57 -0700 Subject: [PATCH 16/29] `rpmbuild-order` should pass now --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dfeb6e82..4dee5d6e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5426,9 +5426,6 @@ skipped-tests: # https://github.com/commercialhaskell/stackage/issues/5302 - registry - - # https://github.com/commercialhaskell/stackage/issues/5550 - - rpmbuild-order # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run From da0300878061ab1e57b9345978ae9dd7bfda715f Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 09:19:47 -0700 Subject: [PATCH 17/29] Upper bound `mwc-random` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4dee5d6e..30944d01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4592,7 +4592,7 @@ packages: - mono-traversable-instances - mono-traversable-keys - multiset - - mwc-random + - mwc-random < 0.15.0.0 # https://github.com/commercialhaskell/stackage/issues/5557 - names-th - nanospec - nettle From 798c3a13b6dc71f84b2430c9c5bed3df5cace7e6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 09:22:39 -0700 Subject: [PATCH 18/29] Upper bound `prettyprinter` (#5558) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30944d01..286f8f2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2749,7 +2749,7 @@ packages: "David Luposchainsky @quchen": - pgp-wordlist - show-prettyprint < 0 # via trifecta - - prettyprinter + - prettyprinter < 1.7.0 # https://github.com/commercialhaskell/stackage/issues/5558 - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - prettyprinter-compat-ansi-wl-pprint From 10caa285b854e36042077c7354aeae3e4e90feec Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 09:25:51 -0700 Subject: [PATCH 19/29] Upper bound `skylighting` (#5559) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 286f8f2d..5d0ffa4d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2876,7 +2876,7 @@ packages: - cmark - texmath - highlighting-kate - - skylighting + - skylighting < 0.9 # https://github.com/commercialhaskell/stackage/issues/5559 - pandoc-types - zip-archive - doclayout From a632abd0cd6c69c2e174d7dd4cbe65fdc0388bec Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 09:29:42 -0700 Subject: [PATCH 20/29] Upper bound `skylighting-core` (#5559) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5d0ffa4d..6074f560 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4683,7 +4683,7 @@ packages: - singleton-bool - size-based < 0 # ghc 8.10 - skein - - skylighting-core + - skylighting-core < 0.9 # https://github.com/commercialhaskell/stackage/issues/5559 - snap-core - some - special-values From d3ee1ee93fd67f3d0c936ead1eb0e30094015db1 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 09:51:28 -0700 Subject: [PATCH 21/29] Upper bound `prettyprinter-ansi-terminal` (#5560) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6074f560..280ad580 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2750,7 +2750,7 @@ packages: - pgp-wordlist - show-prettyprint < 0 # via trifecta - prettyprinter < 1.7.0 # https://github.com/commercialhaskell/stackage/issues/5558 - - prettyprinter-ansi-terminal + - prettyprinter-ansi-terminal < 1.1.2 # https://github.com/commercialhaskell/stackage/issues/5560 - prettyprinter-compat-wl-pprint - prettyprinter-compat-ansi-wl-pprint - prettyprinter-compat-annotated-wl-pprint From 0e98d02e53929d5841567ef2906999b08b05cec0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 10:35:56 -0700 Subject: [PATCH 22/29] Remove upper bounds due to #5559. Close #5559 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 280ad580..d21f1c5e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2876,7 +2876,7 @@ packages: - cmark - texmath - highlighting-kate - - skylighting < 0.9 # https://github.com/commercialhaskell/stackage/issues/5559 + - skylighting - pandoc-types - zip-archive - doclayout @@ -4683,7 +4683,7 @@ packages: - singleton-bool - size-based < 0 # ghc 8.10 - skein - - skylighting-core < 0.9 # https://github.com/commercialhaskell/stackage/issues/5559 + - skylighting-core - snap-core - some - special-values From b06beabe16e402a040c6ce7f868a06c0eaa81235 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:08:14 +0200 Subject: [PATCH 23/29] Revert "Upper bound `prettyprinter-ansi-terminal` (#5560)" This reverts commit d3ee1ee93fd67f3d0c936ead1eb0e30094015db1. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d21f1c5e..286f8f2d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2750,7 +2750,7 @@ packages: - pgp-wordlist - show-prettyprint < 0 # via trifecta - prettyprinter < 1.7.0 # https://github.com/commercialhaskell/stackage/issues/5558 - - prettyprinter-ansi-terminal < 1.1.2 # https://github.com/commercialhaskell/stackage/issues/5560 + - prettyprinter-ansi-terminal - prettyprinter-compat-wl-pprint - prettyprinter-compat-ansi-wl-pprint - prettyprinter-compat-annotated-wl-pprint From f2231dab439c62d79095f3f2c2851cdef89b2b43 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:11:26 +0200 Subject: [PATCH 24/29] Disable prettyprinter-ansi-terminal benchmarks Closes https://github.com/commercialhaskell/stackage/issues/5560. --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 286f8f2d..89fc5e0d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5994,6 +5994,8 @@ skipped-benchmarks: # @phadej - dlist-nonempty # criterion-1.3 - splitmix # criterion-1.3 + # @sjakobi + - prettyprinter-ansi-terminal # https://github.com/commercialhaskell/stackage/issues/5560 # Due to cycles, which are actually just limitations in Stack right now. - criterion From 3abe90fad1cdfbda46c2c91367ccf84f1d174cf8 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:14:40 +0200 Subject: [PATCH 25/29] Move the prettyprinter packages to my packages --- build-constraints.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 89fc5e0d..ba9ae659 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -492,6 +492,12 @@ packages: - monadlist - ref-tf - unordered-containers + - prettyprinter < 1.7.0 # https://github.com/commercialhaskell/stackage/issues/5558 + - prettyprinter-ansi-terminal + - prettyprinter-compat-wl-pprint + - prettyprinter-compat-ansi-wl-pprint + - prettyprinter-compat-annotated-wl-pprint + - prettyprinter-convert-ansi-wl-pprint "Joe M @joe9": - logger-thread < 0 # via protolude @@ -2749,11 +2755,6 @@ packages: "David Luposchainsky @quchen": - pgp-wordlist - show-prettyprint < 0 # via trifecta - - prettyprinter < 1.7.0 # https://github.com/commercialhaskell/stackage/issues/5558 - - prettyprinter-ansi-terminal - - prettyprinter-compat-wl-pprint - - prettyprinter-compat-ansi-wl-pprint - - prettyprinter-compat-annotated-wl-pprint "Jeremy Shaw @stepcut": - boomerang < 0 # GHC 8.4 via template-haskell-2.13.0.0 From 963d501518d17e1265dd657ff44cd5ea0a406522 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:15:21 +0200 Subject: [PATCH 26/29] Re-enable prettyprinter tests --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ba9ae659..61742226 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5643,7 +5643,6 @@ expected-test-failures: - relude # doctest fails due to GHC bugs, will be fixed in the next `relude` release - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - - prettyprinter # Could not load module ‘Test.QuickCheck.Modifiers’ (member of the hidden package ‘QuickCheck-2.13.2’) # https://github.com/pruvisto/heap/issues/11 - heap From e5ed79fc27f0a411e6b3b805f214083ab7b0857e Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:16:16 +0200 Subject: [PATCH 27/29] Keep prettyprinter benchmarks skipped --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61742226..3b2ad98b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5896,7 +5896,6 @@ skipped-benchmarks: - openpgp-asciiarmor - phantom-state - pretty-simple - - prettyprinter - prometheus-client - ramus - reinterpret-cast @@ -5995,6 +5994,7 @@ skipped-benchmarks: - dlist-nonempty # criterion-1.3 - splitmix # criterion-1.3 # @sjakobi + - prettyprinter - prettyprinter-ansi-terminal # https://github.com/commercialhaskell/stackage/issues/5560 # Due to cycles, which are actually just limitations in Stack right now. From 019f8fa3497b40f55623803543407d06dfcd67be Mon Sep 17 00:00:00 2001 From: Dominik Schrempf Date: Fri, 31 Jul 2020 12:49:30 +0200 Subject: [PATCH 28/29] Add ELynx and Mcmc --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b2ad98b..9a623fb7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4327,6 +4327,15 @@ packages: "Dominik Schrempf @dschrempf": - pava + - elynx-nexus + - elynx-markov + - elynx-seq + - elynx-tools + - elynx-tree + - slynx + - tlynx + - elynx + - mcmc "Eric Rochester @erochest": - text-regex-replace From 7dd9624a969affcc217e736558def4953f6cf0a4 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 31 Jul 2020 12:09:43 -0700 Subject: [PATCH 29/29] Disable ELynx tests (#5556) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9a623fb7..23d996ed 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5483,12 +5483,12 @@ expected-test-failures: # Requires running servers, accounts, or a specific environment. # These shouldn't be re-enabled unless we know a fix has been released. - - alex - GLFW-b # X - HTF # Requires shell script and are incompatible with sandboxed package databases - HaRe # # Needs ~/.ghc-mod/cabal-helper https://github.com/fpco/stackage/pull/906 - IPv6DB - accelerate-bignum # CUDA GPU + - alex - amqp - aws # AWS Credentials - beam-postgres # requires Postgress instance @@ -5505,6 +5505,9 @@ expected-test-failures: - dbcleaner # Requires running PostgreSQL server - dbmigrations # PostgreSQL - drifter-postgresql # PostgreSQL + - elynx-markov # https://github.com/commercialhaskell/stackage/pull/5556 + - elynx-seq # https://github.com/commercialhaskell/stackage/pull/5556 + - elynx-tree # https://github.com/commercialhaskell/stackage/pull/5556 - esqueleto # mysql and postgresql - etcd # etcd https://github.com/fpco/stackage/issues/811 - eventful-dynamodb