From 9dbf133b0a74d457bbe504024170e56b82886a99 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Wed, 29 Nov 2023 12:56:15 +0530 Subject: [PATCH] Relax upper bound for deepseq, allowing deepseq-1.6.* --- experimental/unicode-data-text/unicode-data-text.cabal | 2 +- unicode-data-names/unicode-data-names.cabal | 2 +- unicode-data-scripts/unicode-data-scripts.cabal | 2 +- unicode-data-security/unicode-data-security.cabal | 2 +- unicode-data/unicode-data.cabal | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/experimental/unicode-data-text/unicode-data-text.cabal b/experimental/unicode-data-text/unicode-data-text.cabal index c622f612..746f7cec 100644 --- a/experimental/unicode-data-text/unicode-data-text.cabal +++ b/experimental/unicode-data-text/unicode-data-text.cabal @@ -93,7 +93,7 @@ benchmark bench main-is: Main.hs build-depends: base >= 4.7 && < 4.20, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1 && < 1.5, text >= 1.2.4 && < 2.1, diff --git a/unicode-data-names/unicode-data-names.cabal b/unicode-data-names/unicode-data-names.cabal index 91357839..08169ea9 100644 --- a/unicode-data-names/unicode-data-names.cabal +++ b/unicode-data-names/unicode-data-names.cabal @@ -121,7 +121,7 @@ benchmark bench main-is: Main.hs build-depends: base >= 4.7 && < 4.20, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1 && < 1.5, unicode-data-names diff --git a/unicode-data-scripts/unicode-data-scripts.cabal b/unicode-data-scripts/unicode-data-scripts.cabal index fa6f1dd8..c17e5f3f 100644 --- a/unicode-data-scripts/unicode-data-scripts.cabal +++ b/unicode-data-scripts/unicode-data-scripts.cabal @@ -100,7 +100,7 @@ benchmark bench main-is: Main.hs build-depends: base >= 4.7 && < 4.20, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1 && < 1.5, unicode-data, diff --git a/unicode-data-security/unicode-data-security.cabal b/unicode-data-security/unicode-data-security.cabal index ba4987da..8187d5ff 100644 --- a/unicode-data-security/unicode-data-security.cabal +++ b/unicode-data-security/unicode-data-security.cabal @@ -101,7 +101,7 @@ benchmark bench main-is: Main.hs build-depends: base >= 4.7 && < 4.20, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1, unicode-data-security diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index 1261c654..e24a43c5 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -145,7 +145,7 @@ benchmark bench Unicode.Char.Numeric.CompatBench build-depends: base >= 4.7 && < 4.20, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1 && < 1.5, unicode-data