From bc065da85a120b590b8c24c2682b7df25138c2fe Mon Sep 17 00:00:00 2001 From: Aleksey Uymanov Date: Wed, 24 Aug 2022 22:07:17 +0500 Subject: [PATCH] fix for GHC-9.2.4 --- test/RecursiveTest.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/RecursiveTest.hs b/test/RecursiveTest.hs index 86b979e..ab9f560 100644 --- a/test/RecursiveTest.hs +++ b/test/RecursiveTest.hs @@ -1,6 +1,7 @@ {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE DerivingVia #-} {-# LANGUAGE DeriveAnyClass #-} +{-# OPTIONS_GHC -fconstraint-solver-iterations=5 #-} -- GHC-9.2.4 -- | Testing that our Arbitrary instances do not get stuck and respect the -- `size` parameter while generating.