diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-22 06:14:02 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-22 06:14:02 +0200 |
commit | 21a977b85a0485475218bc19d388a89dcdd813cb (patch) | |
tree | 340ce1c6d8c3084228bfe5fd4c450a4d5a902c91 /xmonad.cabal | |
parent | 5294ea910627ad75c00b6173542c4d8e897be3d7 (diff) | |
download | xmonad-21a977b85a0485475218bc19d388a89dcdd813cb.tar.gz xmonad-21a977b85a0485475218bc19d388a89dcdd813cb.tar.xz xmonad-21a977b85a0485475218bc19d388a89dcdd813cb.zip |
Add the template config as distributed file.
Ignore-this: 2c3ef853ecc0a0d037dd0dfb3087ce99
darcs-hash:20091022041402-1499c-b1ce000a244f575e8eeb978fdd7e7fc3834df77c.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 92623a3..452cfa9 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -23,6 +23,8 @@ extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs cabal-version: >= 1.2 build-type: Simple +data-files: man/xmonad.hs + flag small_base description: Choose the new smaller, split-up base package. |