From 3d8adbdb6330834b8e8196309e57775f42ee7893 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 27 Sep 2019 07:26:01 -0400 Subject: [PATCH] Remove base-orphans' test suite from skipped-tests `base-orphans` was mysteriously listed in the `skipped-tests` category due to cyclic dependencies. Despite this, I am unable to observe the supposed cyclic dependencies when I build it locally. As a result, I'm going to optimistically remove it from this category. --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6908036c..96cd1e4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6250,9 +6250,6 @@ skipped-tests: # fails with ghc 8.8 - alex # as of alex-3.2.4 - # Cyclic dependencies - - base-orphans # via hspec - # test-framework per ghc 8.8 - stm-conduit # via test-framework - conduit-zstd # via test-framework