diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-05 04:03:27 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-05 04:03:27 +0100 |
commit | c670c678c620a544300b37fc07d36a4e83b1c26e (patch) | |
tree | b4c80ffd67130103f9faa33fa8664b1f57be50b2 | |
parent | 7f6aaa192a07e11a9a5b2c828683b67e30e2fdf6 (diff) | |
download | XMonadContrib-c670c678c620a544300b37fc07d36a4e83b1c26e.tar.gz XMonadContrib-c670c678c620a544300b37fc07d36a4e83b1c26e.tar.xz XMonadContrib-c670c678c620a544300b37fc07d36a4e83b1c26e.zip |
Revert ghc-options changes
darcs-hash:20071105030327-a5988-f95e59b405676c410c5d90c54ad28f73baa3e700.gz
-rw-r--r-- | XMonadContrib.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/XMonadContrib.cabal b/XMonadContrib.cabal index eb5ce52..1db9194 100644 --- a/XMonadContrib.cabal +++ b/XMonadContrib.cabal @@ -10,8 +10,6 @@ license-file: LICENSE author: Spencer Janssen maintainer: sjanssen@cse.unl.edu build-depends: base>=2.0, mtl, unix, X11==1.3.0, xmonad==0.4 -ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -ghc-prof-options: -prof -auto-all 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 |