summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2012-03-20 01:49:24 +0100
committerAdam Vogt <vogt.adam@gmail.com>2012-03-20 01:49:24 +0100
commit04863aa7454dbfd24b1fa9e65b2c4f30b4f98d41 (patch)
treeda09e9f3622331deb448ef3406ad0ddb5e5602a7
parentc104b0e5de60ea3483194ec6a636f6c59a5ec827 (diff)
downloadmetatile-04863aa7454dbfd24b1fa9e65b2c4f30b4f98d41.tar
metatile-04863aa7454dbfd24b1fa9e65b2c4f30b4f98d41.zip
Address versioning problems related to X11 1.6 release.
Ignore-this: d49fe876f4fbb2ad8581da5ff46d0e7 Bump version to 0.10.1 since cabal uses hackage dependencies even when the locally installed package differs. Allow X11-1.6 dependency. darcs-hash:20120320004924-1499c-cb0c2d05103fd81043080f9ee32614f69ead2776
-rw-r--r--xmonad.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 9cfd671..62e37ee 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -1,5 +1,5 @@
name: xmonad
-version: 0.10
+version: 0.10.1
homepage: http://xmonad.org
synopsis: A tiling window manager
description:
@@ -46,7 +46,7 @@ library
build-depends: base < 5 && >=3, containers, directory, process, filepath, extensible-exceptions
else
build-depends: base < 3
- build-depends: X11>=1.5.0.0 && < 1.6, mtl, unix,
+ build-depends: X11>=1.5 && < 1.7, mtl, unix,
utf8-string >= 0.3 && < 0.4
if true