Skip to content

Commit

Permalink
Remove an unnecessary import on GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 13, 2024
1 parent df28ab6 commit 94eac01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Compat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import RnTypes as Compat
import UniqSupply
#else
import GHC.Types.Basic
#if __GLASGOW_HASKELL__ < 906
import GHC.Unit.Types
#endif
#if __GLASGOW_HASKELL__ < 902
import GHC.Parser.Annotation
#endif
Expand Down

0 comments on commit 94eac01

Please sign in to comment.