Skip to content

Commit 7b105dd

Browse files
committed
versions
1 parent 949d4d9 commit 7b105dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/EnumTest.hs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
{-# OPTIONS_GHC -fconstraint-solver-iterations=6 #-}
1+
#if __GLASGOW_HASKELL__ >= 810
2+
{-# OPTIONS_GHC -fconstraint-solver-iterations=5 #-}
3+
#endif
4+
5+
-- #elif __GLASGOW_HASKELL__ >= 904
6+
-- {-# OPTIONS_GHC -fconstraint-solver-iterations=6 #-}
7+
28

39
module EnumTest where
410

0 commit comments

Comments
 (0)