We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fd05b commit 6f50c2cCopy full SHA for 6f50c2c
foundationdb-haskell.cabal
@@ -247,7 +247,7 @@ test-suite tests
247
, hspec >= 2.7.8 && < 2.8
248
, bytestring >= 0.10.8.2 && <0.12
249
, QuickCheck >= 2.14.2 && < 2.15
250
- , text >= 1.2.3.0 && < 1.3
+ , text >= 1.2.3.0 && < 2.1
251
, mtl >= 2.2.0 && < 2.3
252
, deepseq >= 1.4.0.0 && < 1.5
253
, containers >= 0.5.8.0 && < 0.7
@@ -299,5 +299,5 @@ benchmark tuple-bench
299
, foundationdb-haskell
300
, gauge >= 0.2.5 && < 0.3
301
302
303
default-language: Haskell2010
0 commit comments