diff --git a/streamly-text.cabal b/streamly-text.cabal index 8c42f62..36d25fb 100644 --- a/streamly-text.cabal +++ b/streamly-text.cabal @@ -33,7 +33,7 @@ library , Streamly.Compat.Text.Lazy build-depends: base >=4.7 && <5 , streamly-core >=0.2.0 && <0.3.1 - , text >=2.0 && <2.1.2 + , text >=2.0 && <2.1.4 hs-source-dirs: src default-language: Haskell2010