From 8179e5a25fedb8796918213f6cdfdf5a13455883 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 25 Jun 2016 15:43:30 -0700 Subject: [PATCH] Add other test modules --- mongoDB.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mongoDB.cabal b/mongoDB.cabal index 730433e..09a80e0 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -63,6 +63,9 @@ Source-repository head test-suite test hs-source-dirs: test main-is: Main.hs + other-modules: Spec + , QuerySpec + , TestImport ghc-options: -Wall -with-rtsopts "-K64m" type: exitcode-stdio-1.0 build-depends: mongoDB