diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-11-16 13:06:53 +0100 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-11-16 13:06:53 +0100 |
commit | b9bda593908e5972e93fab1f159cb3faae204855 (patch) | |
tree | 22e923cd422228e8fb143bffece135e0fcd36697 /xmonad-contrib.cabal | |
parent | 41701f17e8427c584b7523fafbebf4b0e85c7e66 (diff) | |
download | XMonadContrib-b9bda593908e5972e93fab1f159cb3faae204855.tar.gz XMonadContrib-b9bda593908e5972e93fab1f159cb3faae204855.tar.xz XMonadContrib-b9bda593908e5972e93fab1f159cb3faae204855.zip |
Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.
darcs-hash:20071116120653-ed0c4-9a8c7fbac69976bbc85701338f89cf085a1f1ddf.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 1d7ab29..d0e933f 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -26,7 +26,7 @@ library else build-depends: base < 3 - build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4 + build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4, utf8-string, X11-xft ghc-options: -Wall -Werror exposed-modules: Documentation XMonad.Actions.Commands @@ -106,6 +106,7 @@ library XMonad.Util.Dmenu XMonad.Util.Dzen XMonad.Util.EZConfig + XMonad.Util.Font XMonad.Util.Invisible XMonad.Util.NamedWindows XMonad.Util.Run |