1
0
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:
Daniel Wagner
2012-03-16 00:03:02 +00:00
parent 9454dd5d7f
commit 69d2e0a873
2 changed files with 2 additions and 2 deletions

@@ -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