From 1c09cc0d131a280ea4a62ee6c5ff45911a6f57c0 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 10 Jun 2021 00:13:51 +0200 Subject: [PATCH] refine tests --- cabal.project | 1 + mateamt.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index a6390c0..aabc54d 100644 --- a/cabal.project +++ b/cabal.project @@ -1,3 +1,4 @@ index-state: 2021-02-05T00:00:00Z packages: ./ +tests: true diff --git a/mateamt.cabal b/mateamt.cabal index abed7b5..dcadc0e 100644 --- a/mateamt.cabal +++ b/mateamt.cabal @@ -173,7 +173,7 @@ test-suite mateamt-test , resource-pool , postgresql-simple build-tool-depends: - hspec-discover:hspec-discover + hspec-discover:hspec-discover == 2.* other-modules: TestUtil AppMainSpec