aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-04-18 23:49:27 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-04-18 23:49:27 +0200
commit31e7a1f5a521dfca28984aec02de9a8afd39bcd7 (patch)
tree4b26a9d17291dc4f8d57345b62e900d9b2aa4419 /xmonad.cabal
parent220504dceef1a89708a8a5f41631e3ef917769c4 (diff)
downloadxmonad-31e7a1f5a521dfca28984aec02de9a8afd39bcd7.tar.gz
xmonad-31e7a1f5a521dfca28984aec02de9a8afd39bcd7.tar.xz
xmonad-31e7a1f5a521dfca28984aec02de9a8afd39bcd7.zip
xmonad should build with future versions of mtl and X11-extras
darcs-hash:20070418214927-a5988-f53eae4d016b245050eb0fda3c2164c52b6aca3d.gz
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 60af254..c142626 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -7,7 +7,7 @@ license: BSD3
license-file: LICENSE
author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu
-build-depends: base>=1.0, X11>=1.1, X11-extras==0.0, mtl==1.0, unix>=1.0
+build-depends: base>=1.0, X11>=1.1, X11-extras>=0.0, mtl>=1.0, unix>=1.0
executable: xmonad
main-is: Main.hs