@@ -88,8 +88,8 @@ test-suite hashmap-lazy-properties
8888 containers >= 0.5.8 ,
8989 hashable >= 1.0.1.1 ,
9090 QuickCheck >= 2.4.0.1 ,
91- test-framework >= 0.3 .3 ,
92- test-framework-quickcheck2 >= 0.2.9 ,
91+ tasty >= 1.4.0 .3 ,
92+ tasty-quickcheck >= 0.10.1.2 ,
9393 unordered-containers
9494
9595 default-language : Haskell2010
@@ -106,8 +106,8 @@ test-suite hashmap-strict-properties
106106 containers >= 0.5.8 ,
107107 hashable >= 1.0.1.1 ,
108108 QuickCheck >= 2.4.0.1 ,
109- test-framework >= 0.3 .3 ,
110- test-framework-quickcheck2 >= 0.2.9 ,
109+ tasty >= 1.4.0 .3 ,
110+ tasty-quickcheck >= 0.10.1.2 ,
111111 unordered-containers
112112
113113 default-language : Haskell2010
@@ -124,8 +124,8 @@ test-suite hashset-properties
124124 containers >= 0.4.2.0 ,
125125 hashable >= 1.0.1.1 ,
126126 QuickCheck >= 2.4.0.1 ,
127- test-framework >= 0.3 .3 ,
128- test-framework-quickcheck2 >= 0.2.9 ,
127+ tasty >= 1.4.0 .3 ,
128+ tasty-quickcheck >= 0.10.1.2 ,
129129 unordered-containers
130130
131131 default-language : Haskell2010
@@ -143,8 +143,8 @@ test-suite list-tests
143143 base,
144144 containers >= 0.4 ,
145145 QuickCheck >= 2.4.0.1 ,
146- test-framework >= 0.3 .3 ,
147- test-framework-quickcheck2 >= 0.2.9
146+ tasty >= 1.4.0 .3 ,
147+ tasty-quickcheck >= 0.10.1.2
148148
149149 default-language : Haskell2010
150150 ghc-options : -Wall
@@ -161,9 +161,9 @@ test-suite regressions
161161 HUnit,
162162 QuickCheck >= 2.4.0.1 ,
163163 random,
164- test-framework >= 0.3 .3 ,
165- test-framework- hunit,
166- test-framework-quickcheck2 ,
164+ tasty >= 1.4.0 .3 ,
165+ tasty- hunit >= 0.10.0.3 ,
166+ tasty-quickcheck >= 0.10.1.2 ,
167167 unordered-containers
168168
169169 default-language : Haskell2010
@@ -181,8 +181,8 @@ test-suite strictness-properties
181181 containers >= 0.4.2 ,
182182 hashable >= 1.0.1.1 ,
183183 QuickCheck >= 2.4.0.1 ,
184- test-framework >= 0.3 .3 ,
185- test-framework-quickcheck2 >= 0.2.9 ,
184+ tasty >= 1.4.0 .3 ,
185+ tasty-quickcheck >= 0.10.1.2 ,
186186 unordered-containers
187187
188188 default-language : Haskell2010
0 commit comments