From e28c43f0186834da90c96f1218b72176c602bfa0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 24 Apr 2012 04:38:26 +0200 Subject: [PATCH] * set default optimization level to O2 --- TazBlog.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TazBlog.cabal b/TazBlog.cabal index 047517c1f..7397701ac 100644 --- a/TazBlog.cabal +++ b/TazBlog.cabal @@ -12,6 +12,7 @@ cabal-version: >= 1.2 Executable tazblog hs-source-dirs: src main-is: Main.hs + ghc-options: -O2 Build-depends: base, @@ -33,4 +34,4 @@ Executable tazblog options, rss, recaptcha, - xhtml \ No newline at end of file + xhtml