From 9d9587ef9a43e0fe35623428afc2e8715fd7eb08 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.gz --- 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