Skip to content

Commit

Permalink
hls-graph: Internal.Types: mk 8.6.5 code as such
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 28, 2021
1 parent 9cc8bd9 commit 9ca4071
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 9ca4071

Please sign in to comment.