@@ -31,21 +31,20 @@ common warnings
3131 -Wredundant-constraints
3232 -fhide-source-paths
3333 -Wpartial-fields
34+ -Wunused-packages
3435
3536library
3637 import : warnings
3738 build-depends : base >= 4.14 && < 5 ,
3839 distributed-process >= 0.6.0 && < 0.8 ,
3940 binary >= 0.8 && < 0.9 ,
4041 deepseq >= 1.4 && < 1.7 ,
41- mtl >= 2.0 && < 2.4 ,
4242 containers >= 0.6 && < 0.8 ,
4343 exceptions >= 0.10 ,
4444 hashable >= 1.2.0.5 && < 1.6 ,
4545 unordered-containers >= 0.2.3.0 && < 0.3 ,
4646 fingertree < 0.2 ,
4747 stm >= 2.4 && < 2.6 ,
48- transformers >= 0.2 && < 0.7 ,
4948 time >= 1.5
5049 other-extensions : ExistentialQuantification
5150 HS-Source-Dirs : src
@@ -72,16 +71,10 @@ test-suite InternalQueueTests
7271 x-uses-tf : true
7372 build-depends :
7473 base >= 4.14 && < 5 ,
75- ansi-terminal >= 0.5 && < 1.2 ,
76- distributed-process >= 0.6.0 && < 0.8 ,
7774 distributed-process-extras,
78- distributed-process-systest ^>= 0.4 ,
79- HUnit >= 1.2 && < 2 ,
80- test-framework >= 0.6 && < 0.9 ,
81- test-framework-hunit,
82- QuickCheck >= 2.4 ,
83- test-framework-quickcheck2,
84- ghc-prim
75+ tasty >= 1.5 && < 1.6 ,
76+ tasty-hunit >= 0.10 && < 0.11 ,
77+ tasty-quickcheck >= 0.11 && < 0.12
8578 hs-source-dirs : tests
8679 ghc-options : -rtsopts
8780 main-is : TestQueues.hs
@@ -94,22 +87,13 @@ test-suite PrimitivesTests
9487 x-uses-tf : true
9588 build-depends :
9689 base >= 4.14 && < 5 ,
97- ansi-terminal >= 0.5 && < 1.2 ,
9890 distributed-process >= 0.6.0 && < 0.8 ,
9991 distributed-process-extras,
10092 distributed-process-systest ^>= 0.4 ,
10193 network-transport >= 0.4 && < 0.6 ,
102- mtl,
103- containers,
10494 network-transport-tcp >= 0.4 && < 0.9 ,
105- binary >= 0.8 && < 0.9 ,
106- deepseq,
107- network >= 2.3 && < 3.3 ,
108- HUnit >= 1.2 && < 2 ,
109- stm,
110- test-framework >= 0.6 && < 0.9 ,
111- test-framework-hunit,
112- transformers
95+ tasty >= 1.5 && < 1.6 ,
96+ tasty-hunit >= 0.10 && < 0.11 ,
11397 hs-source-dirs : tests
11498 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
11599 main-is : TestPrimitives.hs
@@ -121,19 +105,14 @@ test-suite TimerTests
121105 x-uses-tf : true
122106 build-depends :
123107 base >= 4.14 && < 5 ,
124- ansi-terminal >= 0.5 && < 1.2 ,
125108 deepseq,
126109 distributed-process >= 0.6.0 && < 0.8 ,
127110 distributed-process-extras,
128111 distributed-process-systest ^>= 0.4 ,
129112 network-transport >= 0.4 && < 0.6 ,
130113 network-transport-tcp >= 0.4 && < 0.9 ,
131- HUnit >= 1.2 && < 2 ,
132- test-framework >= 0.6 && < 0.9 ,
133- test-framework-hunit,
134- QuickCheck >= 2.4 ,
135- test-framework-quickcheck2,
136- ghc-prim
114+ tasty >= 1.5 && < 1.6 ,
115+ tasty-hunit >= 0.10 && < 0.11 ,
137116 hs-source-dirs : tests
138117 ghc-options : -rtsopts
139118 main-is : TestTimer.hs
@@ -146,30 +125,14 @@ test-suite LoggerTests
146125-- x-uses-tf: true
147126 build-depends :
148127 base >= 4.14 && < 5 ,
149- ansi-terminal >= 0.5 && < 1.2 ,
150- containers,
151- hashable,
152- unordered-containers >= 0.2.3.0 && < 0.3 ,
153128 distributed-process >= 0.6.0 && < 0.8 ,
154129 distributed-process-extras,
155130 distributed-process-systest ^>= 0.4 ,
156- distributed-static,
157- bytestring,
158- data-accessor,
159- fingertree < 0.2 ,
160131 network-transport >= 0.4 && < 0.6 ,
161- deepseq,
162- mtl,
163132 network-transport-tcp >= 0.4 && < 0.9 ,
164- binary >= 0.8 && < 0.9 ,
165- network >= 2.3 && < 3.3 ,
166- HUnit >= 1.2 && < 2 ,
167133 stm,
168- time > 1.4 && < 1.15 ,
169- test-framework >= 0.6 && < 0.9 ,
170- test-framework-hunit,
171- transformers,
172- ghc-prim
134+ tasty >= 1.5 && < 1.6 ,
135+ tasty-hunit >= 0.10 && < 0.11 ,
173136 hs-source-dirs : tests
174137 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
175138 main-is : TestLog.hs
0 commit comments