diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-21 08:15:08 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-09-21 08:15:08 +0200 |
commit | d6c1f7de1f299d2e6bfc69f9f692037870a0c266 (patch) | |
tree | 26dcfd9c7f95fddecf54e6bb14f13902fec7dd7e | |
parent | 10130d11f4a08aa23a960125b06eccf8532a10c1 (diff) | |
download | metatile-d6c1f7de1f299d2e6bfc69f9f692037870a0c266.tar metatile-d6c1f7de1f299d2e6bfc69f9f692037870a0c266.zip |
Use the same X11 dependency as xmonad-contrib
darcs-hash:20080921061508-25a6b-2704a252a610d18fbe773e6ae2cf89652e7275b2
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index b4032fa..ef8587a 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -44,7 +44,7 @@ library build-depends: base >= 3, containers, directory, process else build-depends: base < 3 - build-depends: X11>=1.4.1, mtl, unix + build-depends: X11>=1.4.3, mtl, unix ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -prof -auto-all |