summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorValery V. Vorotyntsev <valery.vv@gmail.com>2008-01-31 17:32:13 +0100
committerValery V. Vorotyntsev <valery.vv@gmail.com>2008-01-31 17:32:13 +0100
commit4de74e322da3173e94b17412c4117575735de8d0 (patch)
tree0bafc28392a53798fc5d9380195817acc0bcea91 /xmonad.cabal
parent41866b74268d1a7e23e7b071e41bdc1da0d656a0 (diff)
downloadmetatile-4de74e322da3173e94b17412c4117575735de8d0.tar
metatile-4de74e322da3173e94b17412c4117575735de8d0.zip
xmonad.cabal: add `build-type' to make Cabal happy
darcs-hash:20080131163213-ae588-dfc7e786cd2ae30a58967d8d82b75eda895bcbd1
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index db397c5..3476fa0 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -21,6 +21,7 @@ extra-source-files: README TODO CONFIG STYLE tests/loc.hs tests/Properties.hs
man/xmonad.1.in man/xmonad.1 man/xmonad.html man/xmonad.hs
util/GenerateManpage.hs
cabal-version: >= 1.2
+build-type: Simple
flag small_base
description: Choose the new smaller, split-up base package.