From 30fc0ebb83e36cc02f49ec9113049b1acf75e7e7 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Mon, 13 May 2024 15:36:34 +0100 Subject: [PATCH] Revert "X.U.Grab: Hide mkGrabs from XMonad" Now that we require xmonad 0.18.0, this is no longer needed. This reverts commit 0934fe5cd75897474bfffc8fa6254a57dc549d5d. --- XMonad/Util/Grab.hs | 2 +- xmonad-contrib.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/XMonad/Util/Grab.hs b/XMonad/Util/Grab.hs index b1ec2074c8..09f32e0fa6 100644 --- a/XMonad/Util/Grab.hs +++ b/XMonad/Util/Grab.hs @@ -29,7 +29,7 @@ module XMonad.Util.Grab ) where -- core -import XMonad hiding (mkGrabs) +import XMonad import Control.Monad ( when ) import Data.Bits ( setBit ) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 881f8759b2..edc564474c 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -76,7 +76,7 @@ library ghc-options: -Wall -Wno-unused-do-bind if flag(pedantic) - ghc-options: -Werror -Wwarn=deprecations -Wwarn=dodgy-imports + ghc-options: -Werror -Wwarn=deprecations -- Keep this in sync with the oldest version in 'tested-with' if impl(ghc > 8.6.5) @@ -496,7 +496,7 @@ test-suite tests default-language: Haskell2010 if flag(pedantic) - ghc-options: -Werror -Wwarn=deprecations -Wwarn=dodgy-imports + ghc-options: -Werror -Wwarn=deprecations -- Keep this in sync with the oldest version in 'tested-with' if impl(ghc > 8.6.5)