Skip to content

Commit

Permalink
hls-graph: Internal.Types: fx TVar import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 28, 2021
1 parent 827cd2b commit f840607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hls-graph/src/Development/IDE/Graph/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import Control.Monad.Catch
#if __GLASGOW_HASKELL__ < 870
-- Needed in GHC 8.6.5
import Control.Concurrent.STM.Stats (TVar, atomically)
#else
import GHC.Conc (TVar, atomically)
#endif
#if __GLASGOW_HASKELL__ < 880
import Prelude hiding (MonadFail)
Expand Down

0 comments on commit f840607

Please sign in to comment.