From af15046d3f977f641720827cd1b4dd655b6117ea Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 23 Oct 2015 11:08:59 -0700 Subject: [PATCH] Use newer hspec --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index d4a01c176..40140e9ca 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -167,7 +167,7 @@ Test-Suite spec , Spec , SpecHelper , TestTypes - Build-Depends: base, hspec == 2.1.*, QuickCheck + Build-Depends: base, hspec == 2.2.*, QuickCheck , hspec-wai, hspec-wai-json , hasql, hasql-backend , hasql-postgres