diff options
author | Daniel Wagner <daniel@wagner-home.com> | 2013-02-25 19:05:27 +0100 |
---|---|---|
committer | Daniel Wagner <daniel@wagner-home.com> | 2013-02-25 19:05:27 +0100 |
commit | 399afdab6d068dc2f17f9c05156c6dce8cb64284 (patch) | |
tree | 209650078d2ac53602fd2d3b1ba1c8efd8e1da07 | |
parent | 659e54ee05edf40f19ed0ca26e0d1b70b0e815c1 (diff) | |
download | XMonadContrib-399afdab6d068dc2f17f9c05156c6dce8cb64284.tar.gz XMonadContrib-399afdab6d068dc2f17f9c05156c6dce8cb64284.tar.xz XMonadContrib-399afdab6d068dc2f17f9c05156c6dce8cb64284.zip |
should bump X11 dependency, too, to make sure we have getAtomName
Ignore-this: 260711f27551f18cc66afeb7b4846b9f
darcs-hash:20130225180527-76d51-b742492a147372556c97d1f89ea18fa701267268.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index ce4d312..1efff6e 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -72,7 +72,7 @@ library extensions: ForeignFunctionInterface cpp-options: -DXFT - build-depends: mtl >= 1 && < 3, unix, X11>=1.6 && < 1.7, xmonad>=0.11 && < 0.12, utf8-string + build-depends: mtl >= 1 && < 3, unix, X11>=1.6.1 && < 1.7, xmonad>=0.11 && < 0.12, utf8-string if true ghc-options: -fwarn-tabs -Wall |