@@ -45,14 +45,10 @@ library
45
45
distributed-process-client-server >= 0.2.0 && < 0.3 ,
46
46
binary >= 0.8 && < 0.9 ,
47
47
deepseq >= 1.4 && < 1.7 ,
48
- mtl,
49
48
containers >= 0.6 && < 0.8 ,
50
49
hashable >= 1.2.0.5 && < 1.6 ,
51
50
unordered-containers >= 0.2.3.0 && < 0.3 ,
52
- fingertree < 0.2 ,
53
51
stm >= 2.4 && < 2.6 ,
54
- time,
55
- transformers
56
52
hs-source-dirs : src
57
53
exposed-modules :
58
54
Control.Distributed.Process.Execution,
@@ -69,38 +65,16 @@ library
69
65
test-suite ExchangeTests
70
66
import : warnings
71
67
type : exitcode-stdio-1.0
72
- -- x-uses-tf: true
73
- build-depends :
74
- base >= 4.14 && < 5 ,
75
- ansi-terminal >= 0.5 && < 1.2 ,
76
- containers,
77
- hashable,
78
- unordered-containers >= 0.2.3.0 && < 0.3 ,
68
+ build-depends : base >= 4.14 && < 5 ,
79
69
distributed-process,
80
70
distributed-process-execution,
81
71
distributed-process-extras,
82
72
distributed-process-systest ^>= 0.4 ,
83
- distributed-static,
84
- bytestring,
85
- data-accessor,
86
- fingertree < 0.2 ,
87
73
network-transport >= 0.4 && < 0.6 ,
88
- deepseq,
89
- mtl,
90
74
network-transport-tcp >= 0.4 && < 0.9 ,
91
- binary >= 0.8 && < 0.9 ,
92
- network >= 2.3 && < 3.3 ,
93
- HUnit >= 1.2 && < 2 ,
94
- stm,
95
- time,
96
- test-framework >= 0.6 && < 0.9 ,
97
- test-framework-hunit,
98
- QuickCheck >= 2.4 ,
99
- test-framework-quickcheck2,
100
- transformers,
101
- ghc-prim
102
- hs-source-dirs :
103
- tests
75
+ tasty >= 1.5 && < 1.6 ,
76
+ tasty-hunit >= 0.10 && < 0.11 ,
77
+ hs-source-dirs : tests
104
78
ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
105
79
main-is : TestExchange.hs
106
80
default-language : Haskell2010
@@ -109,38 +83,16 @@ test-suite ExchangeTests
109
83
test-suite MailboxTests
110
84
import : warnings
111
85
type : exitcode-stdio-1.0
112
- -- x-uses-tf: true
113
- build-depends :
114
- base >= 4.14 && < 5 ,
115
- ansi-terminal >= 0.5 && < 1.2 ,
116
- containers,
117
- hashable,
118
- unordered-containers >= 0.2.3.0 && < 0.3 ,
86
+ build-depends : base >= 4.14 && < 5 ,
119
87
distributed-process,
120
88
distributed-process-execution,
121
89
distributed-process-extras,
122
90
distributed-process-systest ^>= 0.4 ,
123
- distributed-static,
124
- bytestring,
125
- data-accessor,
126
- fingertree < 0.2 ,
127
91
network-transport >= 0.4 && < 0.6 ,
128
- deepseq,
129
- mtl,
130
92
network-transport-tcp >= 0.4 && < 0.9 ,
131
- binary >= 0.8 && < 0.9 ,
132
- network >= 2.3 && < 3.3 ,
133
- HUnit >= 1.2 && < 2 ,
134
- stm,
135
- time,
136
- test-framework >= 0.6 && < 0.9 ,
137
- test-framework-hunit,
138
- QuickCheck >= 2.4 ,
139
- test-framework-quickcheck2,
140
- transformers,
141
- ghc-prim
142
- hs-source-dirs :
143
- tests
93
+ tasty >= 1.5 && < 1.6 ,
94
+ tasty-hunit >= 0.10 && < 0.11 ,
95
+ hs-source-dirs : tests
144
96
ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
145
97
main-is : TestMailbox.hs
146
98
other-modules : MailboxTestFilters
0 commit comments