Skip to content

Commit abbd362

Browse files
committed
Fix GHC 9.2
1 parent 547ea0a commit abbd362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Ide.Plugin.Fourmolu (
1414
LogEvent,
1515
) where
1616

17-
import Control.Exception (IOException, handle)
17+
import Control.Exception
1818
import Control.Lens ((^.))
1919
import Control.Monad (guard)
2020
import Control.Monad.Error.Class (MonadError (throwError))

0 commit comments

Comments
 (0)