We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3504a5 commit 9b199edCopy full SHA for 9b199ed
hls-graph/src/Development/IDE/Graph/Internal/Types.hs
@@ -17,6 +17,8 @@ import Control.Monad.Catch
17
#if __GLASGOW_HASKELL__ < 870
18
-- Needed in GHC 8.6.5
19
import Control.Concurrent.STM.Stats (TVar, atomically)
20
+#else
21
+import GHC.Conc (TVar, atomically)
22
#endif
23
#if __GLASGOW_HASKELL__ < 880
24
import Prelude hiding (MonadFail)
0 commit comments