Skip to content

Commit bf1f3f2

Browse files
authored
Merge pull request #460 from haskell-distributed/bump_ansi_terminal
Bump ansi-terminal version in tests
2 parents 5ff75cd + cd1557a commit bf1f3f2

File tree

10 files changed

+34
-14
lines changed

10 files changed

+34
-14
lines changed

packages/distributed-process-async/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.10
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.9
26

37
* Removed dependency on `rematch` (#459)

packages/distributed-process-async/distributed-process-async.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-async
3-
version: 0.2.9
3+
version: 0.2.10
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -65,7 +65,7 @@ test-suite AsyncTests
6565
x-uses-tf: true
6666
build-depends:
6767
base >= 4.14 && < 5,
68-
ansi-terminal >= 0.5 && < 0.9,
68+
ansi-terminal >= 0.5 && < 1.2,
6969
distributed-process,
7070
distributed-process-async,
7171
distributed-process-systest ^>= 0.4,

packages/distributed-process-client-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
2024-10-30 David Simmons-Duffin <[email protected]> 0.2.7.1
4+
5+
* Bump dependency bound for ansi-terminal
6+
37
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.2.7.0
48

59
* Removed dependency on `rematch` (#459)

packages/distributed-process-client-server/distributed-process-client-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-client-server
3-
version: 0.2.7.0
3+
version: 0.2.7.1
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -73,7 +73,7 @@ test-suite ManagedProcessTests
7373
x-uses-tf: true
7474
build-depends:
7575
base >= 4.14 && < 5,
76-
ansi-terminal >= 0.5 && < 0.9,
76+
ansi-terminal >= 0.5 && < 1.2,
7777
containers,
7878
distributed-process,
7979
distributed-process-extras,

packages/distributed-process-execution/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.1.4.1
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.1.4.0
26

37
* Removed dependency on `rematch` (#459)

packages/distributed-process-execution/distributed-process-execution.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-execution
3-
version: 0.1.4.0
3+
version: 0.1.4.1
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -72,7 +72,7 @@ test-suite ExchangeTests
7272
-- x-uses-tf: true
7373
build-depends:
7474
base >= 4.14 && < 5,
75-
ansi-terminal >= 0.5 && < 0.7,
75+
ansi-terminal >= 0.5 && < 1.2,
7676
containers,
7777
hashable,
7878
unordered-containers >= 0.2.3.0 && < 0.3,
@@ -112,7 +112,7 @@ test-suite MailboxTests
112112
-- x-uses-tf: true
113113
build-depends:
114114
base >= 4.14 && < 5,
115-
ansi-terminal >= 0.5 && < 0.7,
115+
ansi-terminal >= 0.5 && < 1.2,
116116
containers,
117117
hashable,
118118
unordered-containers >= 0.2.3.0 && < 0.3,

packages/distributed-process-extras/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.3.8
2+
3+
* Bump dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.3.7
26

37
* Removed dependency on `rematch` (#459)

packages/distributed-process-extras/distributed-process-extras.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-extras
3-
version: 0.3.7
3+
version: 0.3.8
44
build-type: Simple
55
license: BSD-3-Clause
66
license-file: LICENCE
@@ -72,7 +72,7 @@ test-suite InternalQueueTests
7272
x-uses-tf: true
7373
build-depends:
7474
base >= 4.14 && < 5,
75-
ansi-terminal >= 0.5 && < 0.9,
75+
ansi-terminal >= 0.5 && < 1.2,
7676
distributed-process >= 0.6.0 && < 0.8,
7777
distributed-process-extras,
7878
distributed-process-systest ^>= 0.4,
@@ -94,7 +94,7 @@ test-suite PrimitivesTests
9494
x-uses-tf: true
9595
build-depends:
9696
base >= 4.14 && < 5,
97-
ansi-terminal >= 0.5 && < 0.9,
97+
ansi-terminal >= 0.5 && < 1.2,
9898
distributed-process >= 0.6.0 && < 0.8,
9999
distributed-process-extras,
100100
distributed-process-systest ^>= 0.4,
@@ -121,7 +121,7 @@ test-suite TimerTests
121121
x-uses-tf: true
122122
build-depends:
123123
base >= 4.14 && < 5,
124-
ansi-terminal >= 0.5 && < 0.9,
124+
ansi-terminal >= 0.5 && < 1.2,
125125
deepseq,
126126
distributed-process >= 0.6.0 && < 0.8,
127127
distributed-process-extras,
@@ -146,7 +146,7 @@ test-suite LoggerTests
146146
-- x-uses-tf: true
147147
build-depends:
148148
base >= 4.14 && < 5,
149-
ansi-terminal >= 0.5 && < 0.9,
149+
ansi-terminal >= 0.5 && < 1.2,
150150
containers,
151151
hashable,
152152
unordered-containers >= 0.2.3.0 && < 0.3,

packages/distributed-process-systest/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-10-30 David Simmons-Duffin <[email protected]> 0.4.1
2+
3+
* Bumped dependency bound for ansi-terminal
4+
15
2024-10-30 Laurent P. René de Cotret <[email protected]> 0.4.0
26

37
* Removed dependency on `rematch` (#459). This means that certain functions

packages/distributed-process-systest/distributed-process-systest.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: distributed-process-systest
3-
version: 0.4.0
3+
version: 0.4.1
44
synopsis: Cloud Haskell Test Support
55
description: Testing Frameworks and Capabilities for programs built on Cloud Haskell
66
homepage: http://github.com/haskell-distributed/distributed-process-systest
@@ -32,7 +32,7 @@ library
3232
import: warnings
3333
exposed-modules: Control.Distributed.Process.SysTest.Utils
3434
Build-Depends: base >= 4.14 && < 5,
35-
ansi-terminal >= 0.5 && < 1.1,
35+
ansi-terminal >= 0.5 && < 1.2,
3636
binary >= 0.8 && < 1.0,
3737
bytestring >= 0.10 && < 0.13,
3838
distributed-process >= 0.6.1 && < 0.8,

0 commit comments

Comments
 (0)