From 62006f54e221c791b62f48cea6734301ca0ac5fd Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 30 Jan 2023 14:55:49 +0000 Subject: [PATCH] Allow text-2 --- nothunks.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nothunks.cabal b/nothunks.cabal index ef564c8..21259b2 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -47,7 +47,7 @@ library if flag(bytestring) build-depends: bytestring >= 0.10 && < 0.12 if flag(text) - build-depends: text >= 1.2 && < 1.3 + build-depends: text >= 1.2 && < 1.3 || >= 2 && < 2.1 if flag(vector) build-depends: vector >= 0.12 && < 0.14