Add Documentation.hs for documentation purposes

An empty module for documentation purpose with configuration
instructions.
This commit is contained in:
Andrea Rossato
2007-11-16 10:48:27 +00:00
parent c30f6076ac
commit 8a827d3471
2 changed files with 299 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ homepage: http://xmonad.org/
synopsis: Third party extensions for xmonad
description:
Third party tiling algorithms, configurations and scripts to xmonad.
.
As a starting point you can have a look at the "Documentation".
category: System
license: BSD3
license-file: LICENSE
@@ -26,7 +28,8 @@ library
build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4
ghc-options: -Wall -Werror
exposed-modules: XMonad.Actions.Commands
exposed-modules: Documentation
XMonad.Actions.Commands
XMonad.Actions.ConstrainedResize
XMonad.Actions.CopyWindow
XMonad.Actions.CycleWS