From 423842a0c658860b57a5829ce00264845f7a08d8 Mon Sep 17 00:00:00 2001 From: "Scott R. Parish" Date: Tue, 19 Jan 2010 00:02:53 -0600 Subject: [PATCH] .cabal fixes required for hackage submission --- mongoDB.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index a2dadd7..e5d3b2a 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -11,7 +11,7 @@ Description: This driver lets you connect to MongoDB, do inserts, inspired by HDBC such as more easily converting between the BsonValue types and native Haskell types. Stability: alpha -Build-Depends: base, +Build-Depends: base < 5, binary, bytestring, containers, @@ -25,6 +25,7 @@ Build-Type: Simple Exposed-modules: Database.MongoDB, Database.MongoDB.BSON Other-modules: Database.MongoDB.Util -ghc-options: -Wall -Werror +ghc-options: -Wall extensions: FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances +cabal-version: >= 1.4