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 c983727 commit 3748fc2Copy full SHA for 3748fc2
hls-graph/src/Development/IDE/Graph/Internal/Types.hs
@@ -5,6 +5,7 @@
5
6
module Development.IDE.Graph.Internal.Types where
7
8
+import Control.Concurrent.STM (STM)
9
import Control.Monad.Catch
10
import Control.Monad.IO.Class
11
import Control.Monad.Trans.Reader
@@ -27,7 +28,6 @@ import qualified StmContainers.Map as SMap
27
28
import StmContainers.Map (Map)
29
import System.Time.Extra (Seconds)
30
import UnliftIO (MonadUnliftIO)
-import Control.Concurrent.STM (STM)
31
32
#if !MIN_VERSION_base(4,18,0)
33
import Control.Applicative (liftA2)
0 commit comments