From 5043ddf467f6ee4411c2f9c750e963667f586337 Mon Sep 17 00:00:00 2001
From: Adam Vogt <vogt.adam@gmail.com>
Date: Tue, 20 Mar 2012 01:49:24 +0100
Subject: 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.gz
---
 xmonad.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'xmonad.cabal')

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
-- 
cgit v1.2.3