summaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-06-03 05:23:19 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-06-03 05:23:19 +0200
commitee482fa9d11a6fbe64c606e300d41e809dce8480 (patch)
treefed012462848980c31e31b09eb68894361925175 /xmonad.cabal
parent91f73b40bbd06f481cba98e365262192bd8b8348 (diff)
downloadmetatile-ee482fa9d11a6fbe64c606e300d41e809dce8480.tar
metatile-ee482fa9d11a6fbe64c606e300d41e809dce8480.zip
set build-depends base>=2.0 so people can't miss the missing Read instance issue
darcs-hash:20070603032319-9c5c1-7e892e2bb69444ad35e83a60beadb5354967e13f
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 7993dcd..a053250 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -18,13 +18,13 @@ license: BSD3
license-file: LICENSE
author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu
-build-depends: base>=1.0, X11>=1.2.1, X11-extras>=0.2, mtl>=1.0, unix>=1.0
+build-depends: base>=2.0, X11>=1.2.1, X11-extras>=0.2, mtl>=1.0, unix>=1.0
extra-source-files: README TODO tests/loc.hs tests/Properties.hs man/xmonad.1.in
Config.hs-boot util/GenerateManpage.hs man/xmonad.1 man/xmonad.html
executable: xmonad
main-is: Main.hs
other-modules: Config Operations StackSet XMonad
-ghc-options: -funbox-strict-fields -O -fasm -Wall -optl-Wl,-s
+ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
extensions: GeneralizedNewtypeDeriving