From b81e15d0c5f77e432c38647f111839758035f110 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 10 Oct 2022 23:31:42 +0300 Subject: [PATCH] Allow vector 0.13 Builds fine and all tests pass. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index 6761edfed..d43ac22eb 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -112,7 +112,7 @@ library , time >= 1.6 && < 1.12 , unordered-containers >= 0.2.8 && < 0.3 , vault >= 0.3.1.5 && < 0.4 - , vector >= 0.11 && < 0.13 + , vector >= 0.11 && < 0.14 , wai >= 3.2.1 && < 3.3 , wai-cors >= 0.2.5 && < 0.3 , wai-extra >= 3.1.8 && < 3.2