diff options
-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. |