From 3713a441d262ccf5b4802e314b5386008a2f56f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 16 Sep 2026 22:07:34 +0200 Subject: [PATCH] Try to break cyclic dependencies by skipping tests for `QuickCheck`. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 58cfeddf..52b5413d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8691,6 +8691,7 @@ skipped-tests: # Due to cycles, which are actually just limitations in Stack right now. - HUnit - Agda + - QuickCheck - aeson - indexed-traversable-instances - semialign