Skip to content

Commit

Permalink
Relax upper bound for text, allowing text-2.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent 9dbf133 commit b01ee86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.20,
text >= 1.2.4 && < 2.1,
text >= 1.2.4 && < 2.2,
unicode-data >= 0.3 && < 0.5

test-suite test
Expand All @@ -79,7 +79,7 @@ test-suite test
build-depends:
base >= 4.7 && < 4.20,
hspec >= 2.0 && < 2.12,
text >= 1.2.4 && < 2.1,
text >= 1.2.4 && < 2.2,
unicode-data-text
build-tool-depends:
hspec-discover:hspec-discover >= 2.0 && < 2.12
Expand All @@ -96,7 +96,7 @@ benchmark bench
deepseq >= 1.1 && < 1.6,
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
text >= 1.2.4 && < 2.1,
text >= 1.2.4 && < 2.2,
unicode-data >= 0.3 && < 0.5,
unicode-data-text
-- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
Expand Down

0 comments on commit b01ee86

Please sign in to comment.