We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650cb28 commit b3e5d07Copy full SHA for b3e5d07
src/Data/StateVar.hs
@@ -8,9 +8,9 @@
8
#endif
9
{-# LANGUAGE TypeFamilies #-}
10
-- Foreign.ForeignPtr is unsafe before GHC-7.10
11
-#if __GLASGOW_HASKELL__ >=710 && MIN_VERSION_base(4,8,0)
+#if __GLASGOW_HASKELL__ >= 704 && MIN_VERSION_base(4,8,0)
12
{-# LANGUAGE Safe #-}
13
-#elif __GLASGOW_HASKELL__ >=702
+#elif __GLASGOW_HASKELL__ >= 702
14
{-# LANGUAGE Trustworthy #-}
15
16
--------------------------------------------------------------------------------
0 commit comments