Skip to content

Commit 30fc0eb

Browse files
committed
Revert "X.U.Grab: Hide mkGrabs from XMonad"
Now that we require xmonad 0.18.0, this is no longer needed. This reverts commit 0934fe5.
1 parent 02f124c commit 30fc0eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: XMonad/Util/Grab.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module XMonad.Util.Grab
2929
) where
3030

3131
-- core
32-
import XMonad hiding (mkGrabs)
32+
import XMonad
3333

3434
import Control.Monad ( when )
3535
import Data.Bits ( setBit )

Diff for: xmonad-contrib.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
ghc-options: -Wall -Wno-unused-do-bind
7777

7878
if flag(pedantic)
79-
ghc-options: -Werror -Wwarn=deprecations -Wwarn=dodgy-imports
79+
ghc-options: -Werror -Wwarn=deprecations
8080

8181
-- Keep this in sync with the oldest version in 'tested-with'
8282
if impl(ghc > 8.6.5)
@@ -496,7 +496,7 @@ test-suite tests
496496
default-language: Haskell2010
497497

498498
if flag(pedantic)
499-
ghc-options: -Werror -Wwarn=deprecations -Wwarn=dodgy-imports
499+
ghc-options: -Werror -Wwarn=deprecations
500500

501501
-- Keep this in sync with the oldest version in 'tested-with'
502502
if impl(ghc > 8.6.5)

0 commit comments

Comments
 (0)