mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
bump X11 dependency so that noModMask is available
This commit is contained in:
parent
9454dd5d7f
commit
69d2e0a873
@ -26,7 +26,7 @@ module XMonad.Layout.Spiral (
|
||||
) where
|
||||
|
||||
import Data.Ratio
|
||||
import XMonad
|
||||
import XMonad hiding ( Rotation )
|
||||
import XMonad.StackSet ( integrate )
|
||||
|
||||
-- $usage
|
||||
|
@ -61,7 +61,7 @@ library
|
||||
extensions: ForeignFunctionInterface
|
||||
cpp-options: -DXFT
|
||||
|
||||
build-depends: mtl >= 1 && < 3, unix, X11>=1.5.0.0 && < 1.6, xmonad>=0.10 && < 0.11, utf8-string
|
||||
build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7, xmonad>=0.10 && < 0.11, utf8-string
|
||||
|
||||
if true
|
||||
ghc-options: -fwarn-tabs -Wall
|
||||
|
Loading…
x
Reference in New Issue
Block a user