From cb596d4dc090dd3951f7a5e52e9c519f637dd1c7 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Fri, 31 Jul 2020 19:16:16 +0200 Subject: [PATCH] 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 e36bb68d..c45a430d 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.