Skip to content
Prev Previous commit
Next Next commit
hls-graph: Internal.Types: mk 8.6.5 code as such
  • Loading branch information
Anton-Latukha committed Dec 29, 2021
commit 45b29b4248f03e1cf356c10ac7abacb83f97ffa8
3 changes: 3 additions & 0 deletions hls-graph/src/Development/IDE/Graph/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE CPP #-}

module Development.IDE.Graph.Internal.Types where

import Control.Applicative
import Control.Monad.Catch
#if __GLASGOW_HASKELL__ < 870
-- Needed in GHC 8.6.5
import Control.Concurrent.STM.Stats (TVar, atomically)
#endif
import Control.Monad.Fail
import Control.Monad.IO.Class
import Control.Monad.Trans.Reader
Expand Down