summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-10-30 23:08:24 +0100
committerDon Stewart <dons@galois.com>2007-10-30 23:08:24 +0100
commit7ce99e4893b214cc9f52cef6daeaa9460c49765d (patch)
treeb79b6ad70b2c98a5e75ed9e5fdb70874534480d5 /xmonad.cabal
parentcde6b6ed0efee5a09e65e9d3ca336de592706ccb (diff)
downloadmetatile-7ce99e4893b214cc9f52cef6daeaa9460c49765d.tar
metatile-7ce99e4893b214cc9f52cef6daeaa9460c49765d.zip
HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0
The X11-extras library has been merged into the larger X11 library, so we now drop the dependency on X11-extras, and instead build against the new X11 library. If you apply this patch you must build and install X11-1.3.0 or greater first, http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0 You can also go ahead and wipe X11-extras from GHC's memory, (for ghci to work out of the box with the testsuite) $ ghc-pkg unregister X11-extras $ ghc-pkg unregister --user X11-extras darcs-hash:20071030220824-cba2c-b601d2fbc7fcb1e46784a358f67f436d224701c4
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index dc01570..0ef9bcd 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -17,7 +17,7 @@ license: BSD3
license-file: LICENSE
author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu
-build-depends: base>=2.0, X11>=1.2.1, X11-extras>=0.4, mtl>=1.0, unix>=1.0
+build-depends: base>=2.0, X11>=1.3.0, mtl>=1.0, unix>=1.0
extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
Config.hs-boot util/GenerateManpage.hs man/xmonad.1 man/xmonad.html