Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
s9gf4ult committed Jan 15, 2024
1 parent 7b105dd commit e925bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/EnumTest.hs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e925bf4

Please sign in to comment.