@@ -46,12 +46,8 @@ library
4646 deepseq >= 1.4 && < 1.7 ,
4747 mtl,
4848 containers >= 0.6 && < 0.8 ,
49- hashable >= 1.2.0.5 && < 1.6 ,
50- unordered-containers >= 0.2.3.0 && < 0.3 ,
5149 fingertree < 0.2 ,
5250 stm >= 2.4 && < 2.6 ,
53- time > 1.4 && < 1.15 ,
54- transformers,
5551 exceptions >= 0.10 && < 0.11
5652 hs-source-dirs : src
5753 exposed-modules :
@@ -74,25 +70,17 @@ test-suite ManagedProcessTests
7470 x-uses-tf : true
7571 build-depends :
7672 base >= 4.14 && < 5 ,
77- ansi-terminal >= 0.5 && < 1.2 ,
78- containers,
7973 distributed-process,
8074 distributed-process-extras,
8175 distributed-process-async,
8276 distributed-process-client-server,
8377 distributed-process-systest ^>= 0.4 ,
8478 network-transport >= 0.4 && < 0.7 ,
85- mtl,
86- fingertree,
8779 network-transport-tcp >= 0.6 && < 0.9 ,
8880 binary >= 0.8 && < 0.9 ,
89- deepseq,
90- network >= 2.3 && < 3.3 ,
9181 stm,
9282 tasty >= 1.5 && < 1.6 ,
9383 tasty-hunit >= 0.10 && < 0.11 ,
94- transformers,
95- ghc-prim,
9684 exceptions
9785 other-modules : Counter,
9886 ManagedProcessCommon,
@@ -111,25 +99,18 @@ test-suite PrioritisedProcessTests
11199 x-uses-tf : true
112100 build-depends :
113101 base >= 4.14 && < 5 ,
114- ansi-terminal,
115- containers,
116102 distributed-process,
117103 distributed-process-extras,
118104 distributed-process-async,
119105 distributed-process-client-server,
120106 distributed-process-systest ^>= 0.4 ,
121107 network-transport,
122- mtl,
123- fingertree,
124108 network-transport-tcp,
125109 binary,
126110 deepseq,
127- network,
128111 stm,
129112 tasty >= 1.5 && < 1.6 ,
130113 tasty-hunit >= 0.10 && < 0.11 ,
131- transformers,
132- ghc-prim,
133114 exceptions
134115 other-modules : ManagedProcessCommon,
135116 TestUtils
0 commit comments