Skip to content

Commit

Permalink
Revert "X.U.Grab: Hide mkGrabs from XMonad"
Browse files Browse the repository at this point in the history
Now that we require xmonad 0.18.0, this is no longer needed.

This reverts commit 0934fe5.
  • Loading branch information
liskin committed May 13, 2024
1 parent 02f124c commit 30fc0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XMonad/Util/Grab.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module XMonad.Util.Grab
) where

-- core
import XMonad hiding (mkGrabs)
import XMonad

import Control.Monad ( when )
import Data.Bits ( setBit )
Expand Down
4 changes: 2 additions & 2 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 30fc0eb

Please sign in to comment.