From abbd362a3da5f3678396f2786b352e9b9f418843 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Sun, 29 Oct 2023 21:54:29 +0000 Subject: [PATCH] Fix GHC 9.2 --- plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs b/plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs index 5791fe59cf1..8fcde792822 100644 --- a/plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs +++ b/plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs @@ -14,7 +14,7 @@ module Ide.Plugin.Fourmolu ( LogEvent, ) where -import Control.Exception (IOException, handle) +import Control.Exception import Control.Lens ((^.)) import Control.Monad (guard) import Control.Monad.Error.Class (MonadError (throwError))