@@ -42,22 +42,16 @@ library
4242 import : warnings
4343 build-depends :
4444 base >= 4.14 && < 5 ,
45- bytestring >= 0.10 ,
4645 data-accessor >= 0.2.2.3 ,
4746 distributed-static >= 0.3.4.0 && < 0.4 ,
4847 distributed-process >= 0.7.3 && < 0.8 ,
4948 distributed-process-extras >= 0.3.1 && < 0.4 ,
5049 distributed-process-client-server >= 0.2.0 && < 0.4 ,
5150 binary >= 0.8 && < 0.9 ,
5251 deepseq >= 1.4 && < 1.6 ,
53- mtl,
5452 containers >= 0.6 && < 0.8 ,
5553 hashable >= 1.2.0.5 && < 1.6 ,
56- unordered-containers >= 0.2.3.0 && < 0.3 ,
57- fingertree < 0.2 ,
58- stm >= 2.4 && < 2.6 ,
5954 time > 1.4 && < 1.15 ,
60- transformers,
6155 exceptions >= 0.10 && < 0.11
6256 hs-source-dirs : src
6357 exposed-modules :
@@ -72,10 +66,6 @@ test-suite SupervisorTests
7266 type : exitcode-stdio-1.0
7367 build-depends :
7468 base >= 4.14 && < 5 ,
75- ansi-terminal >= 0.5 && < 0.9 ,
76- containers,
77- unordered-containers,
78- hashable,
7969 distributed-static >= 0.3.5.0 && < 0.4 ,
8070 distributed-process >= 0.7.3 && < 0.8 ,
8171 distributed-process-supervisor,
@@ -84,22 +74,15 @@ test-suite SupervisorTests
8474 distributed-static,
8575 bytestring,
8676 random,
87- data-accessor,
88- fingertree < 0.2 ,
8977 network-transport >= 0.4 && < 0.6 ,
90- mtl,
9178 network-transport-tcp >= 0.4 && < 0.9 ,
9279 binary >= 0.8 && < 0.9 ,
9380 deepseq,
94- network >= 2.3 && < 3.3 ,
9581 HUnit >= 1.2 && < 2 ,
9682 stm,
97- time,
9883 test-framework >= 0.6 && < 0.9 ,
9984 test-framework-hunit,
100- transformers,
10185 rematch >= 0.2.0.0 ,
102- ghc-prim,
10386 exceptions >= 0.10 && < 0.11
10487 hs-source-dirs : tests
10588 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind
@@ -112,34 +95,23 @@ test-suite NonThreadedSupervisorTests
11295 type : exitcode-stdio-1.0
11396 build-depends :
11497 base >= 4.14 && < 5 ,
115- ansi-terminal >= 0.5 && < 0.9 ,
116- containers,
117- unordered-containers,
118- hashable,
98+ bytestring,
11999 distributed-static >= 0.3.5.0 && < 0.4 ,
120100 distributed-process >= 0.7.3 && < 0.8 ,
121101 distributed-process-supervisor,
122102 distributed-process-extras,
123103 distributed-process-client-server,
124104 distributed-static,
125- bytestring,
126105 random,
127- data-accessor,
128- fingertree < 0.2 ,
129106 network-transport,
130- mtl,
131107 network-transport-tcp >= 0.4 && < 0.9 ,
132108 binary >= 0.8 && < 0.9 ,
133109 deepseq,
134- network >= 2.3 && < 3.3 ,
135110 HUnit >= 1.2 && < 2 ,
136111 stm,
137- time,
138112 test-framework >= 0.6 && < 0.9 ,
139113 test-framework-hunit,
140- transformers,
141114 rematch >= 0.2.0.0 ,
142- ghc-prim,
143115 exceptions >= 0.10 && < 0.11
144116 hs-source-dirs : tests
145117 ghc-options : -rtsopts -fno-warn-unused-do-bind -fno-warn-name-shadowing
0 commit comments