From da8a369c9b62ec5284f5bcef868141db33b30d9f Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 14 Jan 2025 00:37:22 +1100 Subject: [PATCH] Fix build --- tasty-discover.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasty-discover.cabal b/tasty-discover.cabal index 43a54e6..8561899 100644 --- a/tasty-discover.cabal +++ b/tasty-discover.cabal @@ -59,7 +59,7 @@ common tasty-smallcheck { build-depends: tasty-smallcheck >= common project-config default-extensions: DerivingStrategies if (impl(ghc >= 9.2.1)) - OverloadedRecordDot + default-extensions: OverloadedRecordDot ghc-options: -Wall -Widentities -Wincomplete-uni-patterns