From 710525448272eaa8741eafd39e8c6b98ca5cff65 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 10 Feb 2017 08:38:47 -0600 Subject: [PATCH] Allow hspec 2.4 https://github.com/hspec/hspec/blob/2.4.1/CHANGES.markdown#changes-240 https://github.com/fpco/stackage/issues/2229#issuecomment-278846005 --- postgresql-simple-migration.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal index 65cc6e2..9b61e63 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -70,5 +70,5 @@ test-suite tests build-depends: base >= 4.6 && < 5.0, bytestring >= 0.10 && < 0.11, postgresql-simple >= 0.4 && < 0.6, - hspec >= 2.2 && < 2.4, + hspec >= 2.2 && < 2.5, postgresql-simple-migration >= 0.1 && < 0.2