Skip to content

Commit

Permalink
Merge pull request #460 from haskell-distributed/bump_ansi_terminal
Browse files Browse the repository at this point in the history
Bump ansi-terminal version in tests
  • Loading branch information
davidsd authored Nov 3, 2024
2 parents 5ff75cd + cd1557a commit bf1f3f2
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/distributed-process-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.10

* Bump dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.9

* Removed dependency on `rematch` (#459)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-async
version: 0.2.9
version: 0.2.10
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down 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
4 changes: 4 additions & 0 deletions packages/distributed-process-client-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

2024-10-30 David Simmons-Duffin <[email protected]> 0.2.7.1

* Bump dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.7.0

* Removed dependency on `rematch` (#459)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-client-server
version: 0.2.7.0
version: 0.2.7.1
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down 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
4 changes: 4 additions & 0 deletions packages/distributed-process-execution/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 David Simmons-Duffin <[email protected]> 0.1.4.1

* Bump dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.1.4.0

* Removed dependency on `rematch` (#459)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-execution
version: 0.1.4.0
version: 0.1.4.1
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down 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
4 changes: 4 additions & 0 deletions packages/distributed-process-extras/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 David Simmons-Duffin <[email protected]> 0.3.8

* Bump dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7

* Removed dependency on `rematch` (#459)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-extras
version: 0.3.7
version: 0.3.8
build-type: Simple
license: BSD-3-Clause
license-file: LICENCE
Expand Down 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
4 changes: 4 additions & 0 deletions packages/distributed-process-systest/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-10-30 David Simmons-Duffin <[email protected]> 0.4.1

* Bumped dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <[email protected]> 0.4.0

* Removed dependency on `rematch` (#459). This means that certain functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: distributed-process-systest
version: 0.4.0
version: 0.4.1
synopsis: Cloud Haskell Test Support
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell
homepage: http://github.com/haskell-distributed/distributed-process-systest
Expand Down 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 bf1f3f2

Please sign in to comment.