Skip to content

Commit

Permalink
Relax upper bound for deepseq, allowing deepseq-1.6.*
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent d1b7588 commit 9dbf133
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dbf133

Please sign in to comment.