From e925bf426e48156e6505fffbc8547d0bab4ae095 Mon Sep 17 00:00:00 2001 From: Aleksey Uymanov Date: Mon, 15 Jan 2024 14:23:27 +0500 Subject: [PATCH] fix --- test/EnumTest.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/EnumTest.hs b/test/EnumTest.hs index 00915a8..0957cdb 100644 --- a/test/EnumTest.hs +++ b/test/EnumTest.hs @@ -1,9 +1,9 @@ -#if __GLASGOW_HASKELL__ >= 810 +#if __GLASGOW_HASKELL__ >= 806 && __GLASGOW_HASKELL__ <= 900 {-# OPTIONS_GHC -fconstraint-solver-iterations=5 #-} +#elif __GLASGOW_HASKELL__ >= 902 && __GLASGOW_HASKELL__ <= 908 +{-# OPTIONS_GHC -fconstraint-solver-iterations=6 #-} #endif --- #elif __GLASGOW_HASKELL__ >= 904 --- {-# OPTIONS_GHC -fconstraint-solver-iterations=6 #-} module EnumTest where