There was an error while loading. Please reload this page.
1 parent 949d4d9 commit 7b105ddCopy full SHA for 7b105dd
test/EnumTest.hs
@@ -1,4 +1,10 @@
1
-{-# OPTIONS_GHC -fconstraint-solver-iterations=6 #-}
+#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
8
9
module EnumTest where
10
0 commit comments