diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2008-08-20 22:41:02 +0200 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2008-08-20 22:41:02 +0200 |
commit | 86bbd2464330b7272034fbc532978d3f4610bdbd (patch) | |
tree | e4d2e998635a69e7ec44807bb0c39125318c6b12 | |
parent | 9f5290a33599230facde1153bb3708e313354c4d (diff) | |
download | metatile-86bbd2464330b7272034fbc532978d3f4610bdbd.tar metatile-86bbd2464330b7272034fbc532978d3f4610bdbd.zip |
-optl-Wl,-s is not needed with recent Cabal versions
darcs-hash:20080820204102-25a6b-2ffd1bfc0f1d44382664d0ea8e4f5aafd19a99fd
-rw-r--r-- | xmonad.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal index 24b3bf9..12d9315 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -46,7 +46,7 @@ library build-depends: base < 3 build-depends: X11>=1.4.1, mtl, unix - ghc-options: -funbox-strict-fields -Wall -optl-Wl,-s + ghc-options: -funbox-strict-fields -Wall ghc-prof-options: -prof -auto-all extensions: CPP |