Fix a few warnings reported by GHC 9.0

This commit is contained in:
Tomas Janousek
2021-05-23 22:58:30 +01:00
parent 147e83cbd0
commit 43e35952c8
3 changed files with 2 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ module XMonad.Actions.Plane
)
where
import Data.Map hiding (split)
import Data.Map (Map, fromList)
import XMonad.Prelude
import XMonad