diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 23:49:27 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-18 23:49:27 +0200 |
commit | 640775387cd08dd7cac5dfe71b0654d7abc81f74 (patch) | |
tree | 4b26a9d17291dc4f8d57345b62e900d9b2aa4419 | |
parent | 3b2d9e35fa5b1d3277bb0741b3b8eb4d288e971f (diff) | |
download | metatile-640775387cd08dd7cac5dfe71b0654d7abc81f74.tar metatile-640775387cd08dd7cac5dfe71b0654d7abc81f74.zip |
xmonad should build with future versions of mtl and X11-extras
darcs-hash:20070418214927-a5988-f53eae4d016b245050eb0fda3c2164c52b6aca3d
-rw-r--r-- | xmonad.cabal | 2 |
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 |