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 9ca4071 commit 27a0e4fCopy full SHA for 27a0e4f
hls-graph/src/Development/IDE/Graph/Internal/Types.hs
@@ -18,7 +18,10 @@ import Control.Monad.Catch
18
-- Needed in GHC 8.6.5
19
import Control.Concurrent.STM.Stats (TVar, atomically)
20
#endif
21
+#if __GLASGOW_HASKELL__ < 880
22
+import Prelude hiding (MonadFail)
23
import Control.Monad.Fail
24
+#endif
25
import Control.Monad.IO.Class
26
import Control.Monad.Trans.Reader
27
import Data.Aeson (FromJSON, ToJSON)
0 commit comments