From b2ddd48cf94878d661be2d238c0fd338328c8ae8 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 17 Jul 2016 00:23:01 -0700 Subject: [PATCH] Drop auto-all-exported as it fails with ghc 8 --- mongoDB.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index b3c98c0..efaaf25 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.1.0.1 +Version: 2.1.0.2 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and @@ -21,7 +21,6 @@ Extra-Source-Files: CHANGELOG.md Library GHC-options: -Wall - GHC-prof-options: -auto-all-exported default-language: Haskell2010 Build-depends: array -any