Import X.Prelude unqualified if necessary

This gets rid of, for example,

    The import of ‘liftA2’ from module ‘XMonad.Prelude’ is redundant

-type warnings.
This commit is contained in:
Tony Zorman
2023-10-15 12:12:51 +02:00
parent c3d16bfa99
commit 7680ebb93b
5 changed files with 6 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ module XMonad.Prompt.RunOrRaise
) where
import XMonad hiding (config)
import XMonad.Prelude (isNothing, isSuffixOf, liftA2)
import XMonad.Prelude
import XMonad.Prompt
import XMonad.Prompt.Shell
import XMonad.Actions.WindowGo (runOrRaise)