From 66cbae904654edbbe69d2459460e0cd4256c19f5 Mon Sep 17 00:00:00 2001 From: "Scott R. Parish" Date: Sat, 13 Mar 2010 20:43:11 -0600 Subject: [PATCH] compile with -O2 --- mongoDB.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index 525883b..b506a2e 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -28,7 +28,7 @@ Build-Type: Simple Exposed-modules: Database.MongoDB, Database.MongoDB.BSON Other-modules: Database.MongoDB.Util -ghc-options: -Wall +ghc-options: -Wall -O2 extensions: FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances cabal-version: >= 1.4