From 9af8db0e76ffd89e26e8be0fcfed8e0e985cd176 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 21 Aug 2017 02:14:08 +0800 Subject: [PATCH] Allow optparse-applicative 0.14 (#947) --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index ce97ff230..daa061e31 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -70,7 +70,7 @@ library , lens , lens-aeson , network-uri - , optparse-applicative >= 0.13 && < 0.14 + , optparse-applicative >= 0.13 && < 0.15 , parsec , protolude >= 0.2 , Ranged-sets == 0.3.0