11cabal-version : 3.0
22name : distributed-process-extras
3- version : 0.3.7
3+ version : 0.3.8
44build-type : Simple
55license : BSD-3-Clause
66license-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 ,
0 commit comments