Skip to content

Commit

Permalink
Fix GHC 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefst committed Oct 29, 2023
1 parent 547ea0a commit abbd362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hls-fourmolu-plugin/src/Ide/Plugin/Fourmolu.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit abbd362

Please sign in to comment.