From f08512eaa9b309a8ce0684b901897cbb9cc0ea70 Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Fri, 25 Sep 2015 12:19:24 -0400 Subject: [PATCH] Updates optparse-applicative package version constraints --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index d623df7aa..bae11bca3 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -40,7 +40,7 @@ executable postgrest , bytestring, text, split, string-conversions , stringsearch , containers, unordered-containers - , optparse-applicative == 0.11.* + , optparse-applicative >= 0.11 && < 0.13 , regex-base, regex-tdfa , Ranged-sets , transformers, MissingH