Skip to content

Commit

Permalink
Bump ansi-terminal version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsd committed Oct 30, 2024
1 parent 5ff75cd commit fe91b11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test-suite AsyncTests
x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
distributed-process,
distributed-process-async,
distributed-process-systest ^>= 0.4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test-suite ManagedProcessTests
x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
containers,
distributed-process,
distributed-process-extras,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test-suite ExchangeTests
-- x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.7,
ansi-terminal >= 0.5 && < 1.2,
containers,
hashable,
unordered-containers >= 0.2.3.0 && < 0.3,
Expand Down Expand Up @@ -112,7 +112,7 @@ test-suite MailboxTests
-- x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.7,
ansi-terminal >= 0.5 && < 1.2,
containers,
hashable,
unordered-containers >= 0.2.3.0 && < 0.3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test-suite InternalQueueTests
x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
distributed-process >= 0.6.0 && < 0.8,
distributed-process-extras,
distributed-process-systest ^>= 0.4,
Expand All @@ -94,7 +94,7 @@ test-suite PrimitivesTests
x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
distributed-process >= 0.6.0 && < 0.8,
distributed-process-extras,
distributed-process-systest ^>= 0.4,
Expand All @@ -121,7 +121,7 @@ test-suite TimerTests
x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
deepseq,
distributed-process >= 0.6.0 && < 0.8,
distributed-process-extras,
Expand All @@ -146,7 +146,7 @@ test-suite LoggerTests
-- x-uses-tf: true
build-depends:
base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 0.9,
ansi-terminal >= 0.5 && < 1.2,
containers,
hashable,
unordered-containers >= 0.2.3.0 && < 0.3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
import: warnings
exposed-modules: Control.Distributed.Process.SysTest.Utils
Build-Depends: base >= 4.14 && < 5,
ansi-terminal >= 0.5 && < 1.1,
ansi-terminal >= 0.5 && < 1.2,
binary >= 0.8 && < 1.0,
bytestring >= 0.10 && < 0.13,
distributed-process >= 0.6.1 && < 0.8,
Expand Down

0 comments on commit fe91b11

Please sign in to comment.