From 0030802e46d80abd82221d3a52d822aad5993db6 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 31 Dec 2012 18:45:13 +0000 Subject: [PATCH] Add more metadata to cabal file --- xmonad-contrib.cabal | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 602c4268..470466a2 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -32,6 +32,17 @@ extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh tests/XPrompt.hs cabal-version: >= 1.2.1 build-type: Simple +bug-reports: http://code.google.com/p/xmonad/issues/list + +tested-with: GHC==7.6.1, + GHC==7.4.1, + GHC==7.2.1, + GHC==6.12.3, + GHC==6.10.4 +source-repository head + type: darcs + location: http://code.haskell.org/XMonadContrib + flag small_base description: Choose the new smaller, split-up base package.