aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-11-20 16:15:52 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-11-20 16:15:52 +0100
commit48c942cea745a4d400c4ca894a69fc0f5e92d39c (patch)
treeb61951bf7f62361f9e5b437a20fd032fbd94e97f /xmonad-contrib.cabal
parent4eede35f82ca4f4c1fb0e5f07863dfe3786f15b9 (diff)
downloadXMonadContrib-48c942cea745a4d400c4ca894a69fc0f5e92d39c.tar.gz
XMonadContrib-48c942cea745a4d400c4ca894a69fc0f5e92d39c.tar.xz
XMonadContrib-48c942cea745a4d400c4ca894a69fc0f5e92d39c.zip
A new documentation system
What to see a real Haddock abuse? Here you go. Removed Documentation.hs and added a new name space: XMonad.Doc. By importing other documentation modules we may also use the synopsis in XMonad.Doc. If you believe that we should not have modules without code, well this code is not for you: just that strange -- stuff ...;) darcs-hash:20071120151552-32816-f4c08bb12ceeb931a5c82c782100d698f5efc22f.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index aa98b07..38c5af5 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -6,7 +6,8 @@ description:
Third party tiling algorithms, configurations and scripts to xmonad,
a tiling window manager for X.
.
- "Documentation" on building, configuring and using xmonad extensions.
+ Documentation on building, configuring and using xmonad
+ extensions: "XMonad.Doc"
category: System
license: BSD3
license-file: LICENSE
@@ -36,7 +37,10 @@ library
build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4
ghc-options: -Wall -Werror
- exposed-modules: Documentation
+ exposed-modules: XMonad.Doc
+ XMonad.Doc.Configuring
+ XMonad.Doc.Extending
+ XMonad.Doc.Developing
XMonad.Actions.Commands
XMonad.Actions.ConstrainedResize
XMonad.Actions.CopyWindow