diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-03 05:23:19 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-03 05:23:19 +0200 |
commit | ee482fa9d11a6fbe64c606e300d41e809dce8480 (patch) | |
tree | fed012462848980c31e31b09eb68894361925175 | |
parent | 91f73b40bbd06f481cba98e365262192bd8b8348 (diff) | |
download | metatile-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
-rw-r--r-- | xmonad.cabal | 4 |
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 |