diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 19:46:52 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2012-12-31 19:46:52 +0100 |
commit | bfebd323c1c6b58597fb57c09f4678797bead99b (patch) | |
tree | a51bfcb91404c7931929a5df3ac8aae86f5e8339 | |
parent | eb2eaca16b0a541d8fc433f1c3b2f3fdb6360084 (diff) | |
download | metatile-bfebd323c1c6b58597fb57c09f4678797bead99b.tar metatile-bfebd323c1c6b58597fb57c09f4678797bead99b.zip |
Add more metadata to cabal file
Ignore-this: 953b536a31b5d7185c1a869137290b99
darcs-hash:20121231184652-1499c-730fca0c6fe61d34dec32e57def399c75f03cf26
-rw-r--r-- | xmonad.cabal | 11 |
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. |