summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 38c07de..1d7f484 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -21,10 +21,21 @@ extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs
man/xmonad.1.markdown man/xmonad.1 man/xmonad.1.html
util/GenerateManpage.hs
cabal-version: >= 1.2
+bug-reports: http://code.google.com/p/xmonad/issues/list
build-type: Simple
+tested-with: GHC==7.6.1,
+ GHC==7.4.1,
+ GHC==7.2.1,
+ GHC==6.12.3,
+ GHC==6.10.4
+
data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html
+source-repository head
+ type: darcs
+ location: http://code.haskell.org/xmonad
+
flag small_base
description: Choose the new smaller, split-up base package.