mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-29 19:21:51 -07:00
bump X11 dependency so that noModMask is available
This commit is contained in:
@@ -26,7 +26,7 @@ module XMonad.Layout.Spiral (
|
|||||||
) where
|
) where
|
||||||
|
|
||||||
import Data.Ratio
|
import Data.Ratio
|
||||||
import XMonad
|
import XMonad hiding ( Rotation )
|
||||||
import XMonad.StackSet ( integrate )
|
import XMonad.StackSet ( integrate )
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
|
@@ -61,7 +61,7 @@ library
|
|||||||
extensions: ForeignFunctionInterface
|
extensions: ForeignFunctionInterface
|
||||||
cpp-options: -DXFT
|
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
|
if true
|
||||||
ghc-options: -fwarn-tabs -Wall
|
ghc-options: -fwarn-tabs -Wall
|
||||||
|
Reference in New Issue
Block a user