From e59e1d6ba6b17608c19191cadbaafaf3c0c52962 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 19 Jun 2016 21:03:07 -0700 Subject: [PATCH] Fix cabal check warning --- mongoDB.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index 3b41bb3..92aaf11 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -21,7 +21,7 @@ Extra-Source-Files: CHANGELOG.md Library GHC-options: -Wall - GHC-prof-options: -auto-all + GHC-prof-options: -auto-all-exported default-language: Haskell2010 Build-depends: array -any