aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-16 14:37:38 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-16 14:37:38 +0100
commita306b598fade42f616c02d0dcd008b718aaad629 (patch)
tree6517fa51ab64ce1c60dbe3befb9fb34277c7c78c /xmonad-contrib.cabal
parent31e8894b90c153f852c2d30fcb344bf6068e4fb5 (diff)
downloadXMonadContrib-a306b598fade42f616c02d0dcd008b718aaad629.tar.gz
XMonadContrib-a306b598fade42f616c02d0dcd008b718aaad629.tar.xz
XMonadContrib-a306b598fade42f616c02d0dcd008b718aaad629.zip
utf8-string isn't needed
darcs-hash:20071116133738-a5988-f745a1a7175ca93a00d0fec5e1215e308e3ada09.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index b6237c1..5ea62c8 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -33,7 +33,7 @@ library
build-depends: X11-xft >= 0.2
ghc-options: -DXFT
- build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4, utf8-string
+ build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4
ghc-options: -Wall -Werror
exposed-modules: Documentation
XMonad.Actions.Commands