Skip to content

Commit 9b199ed

Browse files
committed
hls-graph: Internal.Types: fx TVar import
1 parent a3504a5 commit 9b199ed

File tree

1 file changed

+2
-0
lines changed
  • hls-graph/src/Development/IDE/Graph/Internal

1 file changed

+2
-0
lines changed

hls-graph/src/Development/IDE/Graph/Internal/Types.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import Control.Monad.Catch
1717
#if __GLASGOW_HASKELL__ < 870
1818
-- Needed in GHC 8.6.5
1919
import Control.Concurrent.STM.Stats (TVar, atomically)
20+
#else
21+
import GHC.Conc (TVar, atomically)
2022
#endif
2123
#if __GLASGOW_HASKELL__ < 880
2224
import Prelude hiding (MonadFail)

0 commit comments

Comments
 (0)