File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module XMonad.Util.Grab
29
29
) where
30
30
31
31
-- core
32
- import XMonad hiding ( mkGrabs )
32
+ import XMonad
33
33
34
34
import Control.Monad ( when )
35
35
import Data.Bits ( setBit )
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ library
76
76
ghc-options : -Wall -Wno-unused-do-bind
77
77
78
78
if flag(pedantic)
79
- ghc-options : -Werror -Wwarn=deprecations -Wwarn=dodgy-imports
79
+ ghc-options : -Werror -Wwarn=deprecations
80
80
81
81
-- Keep this in sync with the oldest version in 'tested-with'
82
82
if impl(ghc > 8.6.5 )
@@ -496,7 +496,7 @@ test-suite tests
496
496
default-language : Haskell2010
497
497
498
498
if flag(pedantic)
499
- ghc-options : -Werror -Wwarn=deprecations -Wwarn=dodgy-imports
499
+ ghc-options : -Werror -Wwarn=deprecations
500
500
501
501
-- Keep this in sync with the oldest version in 'tested-with'
502
502
if impl(ghc > 8.6.5 )
You can’t perform that action at this time.
0 commit comments