From bb62e559d61699bb980ae861fd56b25f63868250 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 2 Jun 2022 23:23:46 +0200 Subject: [PATCH] cabal: require jose >= 0.8.5.1 (aeson-2 compat) jose version before 0.8.5.1 lacked an upper bound on aeson-2, causing build failures with aeson-2 present. --- postgrest.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgrest.cabal b/postgrest.cabal index d0fe2e5f9..89004d662 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -92,7 +92,7 @@ library , http-types >= 0.12.2 && < 0.13 , insert-ordered-containers >= 0.2.2 && < 0.3 , interpolatedstring-perl6 >= 1 && < 1.1 - , jose >= 0.8.1 && < 0.9 + , jose >= 0.8.5.1 && < 0.10 , lens >= 4.14 && < 5.1 , lens-aeson >= 1.0.1 && < 1.2 , mtl >= 2.2.2 && < 2.3