From 23a75aefcc93c92bcfef835e62dd2fbe48a0810e Mon Sep 17 00:00:00 2001 From: "Adam C. Baker" Date: Mon, 29 Dec 2014 17:19:19 -0800 Subject: [PATCH] bump hspec version. use new version for before_ --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index a195a5c67..c92b90c43 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -58,7 +58,7 @@ Test-Suite spec ghc-options: -Wall -W -Werror Main-Is: Spec.hs Other-Modules: App, Auth, Config, Spec, SpecHelper - Build-Depends: base, hspec >= 2.0, QuickCheck + Build-Depends: base, hspec >= 2.1.2, QuickCheck , hspec-wai >= 0.5.0, hspec-wai-json , hasql == 0.4.*, hasql-backend , hasql-postgres == 0.8.*