From ade267ec57e40f929f3bf3e62680056adc78c298 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 16 Dec 2009 02:03:30 +0100 Subject: Safer X11 version dependency Ignore-this: 8297f7a6a65c5c97f83f860f642fc25 darcs-hash:20091216010330-25a6b-1e7cf17a485062a62460f9b01ff45474fe7db0ef --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.cabal b/xmonad.cabal index 58b7c5b..3213662 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -46,7 +46,7 @@ library build-depends: base < 4 && >=3, containers, directory, process, filepath else build-depends: base < 3 - build-depends: X11>=1.4.6.1, mtl, unix + build-depends: X11>=1.4.6.1 && < 1.5, mtl, unix ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -prof -auto-all -- cgit v1.2.3