From 9ef6d48de4bcdf7a974d73d0a76e89b7e77bf45b Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 5 Nov 2007 03:21:27 +0100 Subject: remember to compile the xmonad library also with the usual ghc-optoins darcs-hash:20071105022127-cba2c-94a457a1dd6e55ef4b3a18d8003ca040284452b6 --- xmonad.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmonad.cabal b/xmonad.cabal index 062dc58..161dfcd 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -26,6 +26,8 @@ exposed-modules: XMonad XMonad.Layouts XMonad.Operations XMonad.StackSet +ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s +ghc-prof-options: -prof -auto-all executable: xmonad main-is: Main.hs -- cgit v1.2.3