Skip to content

Commit 6f50c2c

Browse files
committed
Fix text bounds some more
1 parent 45fd05b commit 6f50c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundationdb-haskell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ test-suite tests
247247
, hspec >= 2.7.8 && < 2.8
248248
, bytestring >= 0.10.8.2 && <0.12
249249
, QuickCheck >= 2.14.2 && < 2.15
250-
, text >= 1.2.3.0 && < 1.3
250+
, text >= 1.2.3.0 && < 2.1
251251
, mtl >= 2.2.0 && < 2.3
252252
, deepseq >= 1.4.0.0 && < 1.5
253253
, containers >= 0.5.8.0 && < 0.7
@@ -299,5 +299,5 @@ benchmark tuple-bench
299299
, foundationdb-haskell
300300
, gauge >= 0.2.5 && < 0.3
301301
, bytestring >= 0.10.8.2 && <0.12
302-
, text >= 1.2.3.0 && < 1.3
302+
, text >= 1.2.3.0 && < 2.1
303303
default-language: Haskell2010

0 commit comments

Comments
 (0)