From 89a5f8387ad8e1955763091bcf633710b1e4d3e0 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Thu, 24 Feb 2022 00:42:59 -0600 Subject: [PATCH] Allow text-2.0 (#40) --- openapi3.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi3.cabal b/openapi3.cabal index 7fbf5ad6..55447690 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -70,7 +70,7 @@ library build-depends: mtl >=2.2.2 && <2.3 - , text >=1.2.3.1 && <1.3 + , text >=1.2.3.1 && <2.1 -- other dependencies build-depends: