From 45a1bf2de1ced85022b70896a970039eb7b6e135 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sun, 17 Apr 2022 22:03:25 +0100 Subject: [PATCH] Allow text-2.0 --- generic-lens-core/generic-lens-core.cabal | 2 +- generic-lens/generic-lens.cabal | 2 +- generic-optics/generic-optics.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generic-lens-core/generic-lens-core.cabal b/generic-lens-core/generic-lens-core.cabal index e4cef0c..d96d00d 100644 --- a/generic-lens-core/generic-lens-core.cabal +++ b/generic-lens-core/generic-lens-core.cabal @@ -57,7 +57,7 @@ library , Data.Generics.Product.Internal.HList build-depends: base >= 4.11 && < 5 - , text >= 1.2 && < 1.3 + , text >= 1.2 && < 1.3 || >= 2.0 && < 2.1 , indexed-profunctors >= 0.1 && < 1.0 hs-source-dirs: src diff --git a/generic-lens/generic-lens.cabal b/generic-lens/generic-lens.cabal index 70eef11..6b58f35 100644 --- a/generic-lens/generic-lens.cabal +++ b/generic-lens/generic-lens.cabal @@ -47,7 +47,7 @@ library build-depends: base >= 4.11 && < 5 , generic-lens-core == 2.2.1.0 , profunctors - , text >= 1.2 && < 1.3 + , text >= 1.2 && < 1.3 || >= 2.0 && < 2.1 hs-source-dirs: src default-language: Haskell2010 diff --git a/generic-optics/generic-optics.cabal b/generic-optics/generic-optics.cabal index 1e69a24..71286fe 100644 --- a/generic-optics/generic-optics.cabal +++ b/generic-optics/generic-optics.cabal @@ -44,7 +44,7 @@ library build-depends: base >= 4.11 && < 5 , generic-lens-core == 2.2.1.0 , optics-core >= 0.2 && < 1.0 - , text >= 1.2 && < 1.3 + , text >= 1.2 && < 1.3 || >= 2.0 && < 2.1 hs-source-dirs: src default-language: Haskell2010