diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-03-28 23:27:45 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-03-28 23:27:45 -0600 |
| commit | 685d67d19d2e94fc94ed7334e5e7ab19454426d7 (patch) | |
| tree | a4df88d0c9d98d3ba7513bc6c679c80a96c112e0 /src/Internal/DMenu.hs | |
| parent | efe9e1a5f8474a865e2762d3a795dbe43763985b (diff) | |
| download | rde-685d67d19d2e94fc94ed7334e5e7ab19454426d7.tar.gz rde-685d67d19d2e94fc94ed7334e5e7ab19454426d7.tar.bz2 rde-685d67d19d2e94fc94ed7334e5e7ab19454426d7.zip | |
Fix things that Hlint is complaining about.
Diffstat (limited to 'src/Internal/DMenu.hs')
| -rw-r--r-- | src/Internal/DMenu.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Internal/DMenu.hs b/src/Internal/DMenu.hs index 0ec7927..0d22b55 100644 --- a/src/Internal/DMenu.hs +++ b/src/Internal/DMenu.hs @@ -2,7 +2,6 @@ module Internal.DMenu where import XMonad.Util.Dmenu import XMonad -import XMonad.Util.Run import Control.Monad import Data.Map (Map) import qualified Data.Map as Map |