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