diff options
author | Devin Mullins <me@twifkak.com> | 2007-11-17 02:26:59 +0100 |
---|---|---|
committer | Devin Mullins <me@twifkak.com> | 2007-11-17 02:26:59 +0100 |
commit | b4048ccd9679fa8ee52fa6d83b02777a090db710 (patch) | |
tree | 59b1f730b473db11ae174511447a6b4333df6d63 /xmonad-contrib.cabal | |
parent | 8e45465f0708058d27a0ee476965fe5842400b3f (diff) | |
download | XMonadContrib-b4048ccd9679fa8ee52fa6d83b02777a090db710.tar.gz XMonadContrib-b4048ccd9679fa8ee52fa6d83b02777a090db710.tar.xz XMonadContrib-b4048ccd9679fa8ee52fa6d83b02777a090db710.zip |
cpp-options requires Cabal 1.2.1
darcs-hash:20071117012659-78224-70e6766d96679ee1f2d2376b74ad59f921c433ff.gz
Diffstat (limited to '')
-rw-r--r-- | xmonad-contrib.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index b19bb7c..b06eba9 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -15,7 +15,7 @@ extra-source-files: README scripts/generate-configs scripts/run-xmonad.sh scripts/xinitrc scripts/xmonad-acpi.c scripts/xmonad-clock.c tests/test_SwapWorkspaces.hs tests/tests_XPrompt.hs -cabal-version: >= 1.2 +cabal-version: >= 1.2.1 flag small_base description: Choose the new smaller, split-up base package. |