aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 04:22:49 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 04:22:49 +0100
commit9e916d17e85b338904cddb6a71b773d93439ac20 (patch)
treea4445e482ce262631829c38abe392a50c58e7092
parentcc6e55dfcdeea2eb5052b1b909384c7b2bd7a676 (diff)
downloadxmonad-9e916d17e85b338904cddb6a71b773d93439ac20.tar.gz
xmonad-9e916d17e85b338904cddb6a71b773d93439ac20.tar.xz
xmonad-9e916d17e85b338904cddb6a71b773d93439ac20.zip
unbox-strict-fields
darcs-hash:20070307032249-9c5c1-8291e0cc652355e0fa4c943eb5ff9235c5f58fe7.gz
-rw-r--r--thunk.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.cabal b/thunk.cabal
index e4df966..89e598a 100644
--- a/thunk.cabal
+++ b/thunk.cabal
@@ -11,5 +11,5 @@ build-depends: base==2.0, X11==1.1, X11-extras==0.0, unix==1.0, mtl==1.0
executable: thunk
main-is: Main.hs
-ghc-options: -O
+ghc-options: -O -funbox-strict-fields
extensions: GeneralizedNewtypeDeriving