@@ -78,85 +78,23 @@ library
7878 if flag(debug)
7979 cpp-options : -DASSERTS
8080
81- test-suite hashmap-lazy-properties
81+ test-suite unordered-containers-tests
8282 hs-source-dirs : tests
83- main-is : HashMapProperties .hs
83+ main-is : Main .hs
8484 type : exitcode-stdio-1.0
85-
86- build-depends :
87- base,
88- containers >= 0.5.8 ,
89- hashable >= 1.0.1.1 ,
90- QuickCheck >= 2.4.0.1 ,
91- tasty >= 1.4.0.3 ,
92- tasty-quickcheck >= 0.10.1.2 ,
93- unordered-containers
94-
95- default-language : Haskell2010
96- ghc-options : -Wall
97- cpp-options : -DASSERTS
98-
99- test-suite hashmap-strict-properties
100- hs-source-dirs : tests
101- main-is : HashMapProperties.hs
102- type : exitcode-stdio-1.0
103-
104- build-depends :
105- base,
106- containers >= 0.5.8 ,
107- hashable >= 1.0.1.1 ,
108- QuickCheck >= 2.4.0.1 ,
109- tasty >= 1.4.0.3 ,
110- tasty-quickcheck >= 0.10.1.2 ,
111- unordered-containers
112-
113- default-language : Haskell2010
114- ghc-options : -Wall
115- cpp-options : -DASSERTS -DSTRICT
116-
117- test-suite hashset-properties
118- hs-source-dirs : tests
119- main-is : HashSetProperties.hs
120- type : exitcode-stdio-1.0
121-
122- build-depends :
123- base,
124- containers >= 0.4.2.0 ,
125- hashable >= 1.0.1.1 ,
126- QuickCheck >= 2.4.0.1 ,
127- tasty >= 1.4.0.3 ,
128- tasty-quickcheck >= 0.10.1.2 ,
129- unordered-containers
130-
131- default-language : Haskell2010
132- ghc-options : -Wall
133- cpp-options : -DASSERTS
134-
135- test-suite list-tests
136- hs-source-dirs : tests .
137- main-is : List.hs
13885 other-modules :
139- Data.HashMap.Internal.List
140- type : exitcode-stdio-1.0
141-
142- build-depends :
143- base,
144- containers >= 0.4 ,
145- QuickCheck >= 2.4.0.1 ,
146- tasty >= 1.4.0.3 ,
147- tasty-quickcheck >= 0.10.1.2
148-
149- default-language : Haskell2010
150- ghc-options : -Wall
151- cpp-options : -DASSERTS
152-
153- test-suite regressions
154- hs-source-dirs : tests
155- main-is : Regressions.hs
156- type : exitcode-stdio-1.0
86+ Regressions
87+ Properties
88+ Properties.HashMapLazy
89+ Properties.HashMapStrict
90+ Properties.HashSet
91+ Properties.List
92+ Strictness
15793
15894 build-depends :
15995 base,
96+ ChasingBottoms,
97+ containers >= 0.5.8 ,
16098 hashable >= 1.0.1.1 ,
16199 HUnit,
162100 QuickCheck >= 2.4.0.1 ,
@@ -170,25 +108,6 @@ test-suite regressions
170108 ghc-options : -Wall
171109 cpp-options : -DASSERTS
172110
173- test-suite strictness-properties
174- hs-source-dirs : tests
175- main-is : Strictness.hs
176- type : exitcode-stdio-1.0
177-
178- build-depends :
179- base,
180- ChasingBottoms,
181- containers >= 0.4.2 ,
182- hashable >= 1.0.1.1 ,
183- QuickCheck >= 2.4.0.1 ,
184- tasty >= 1.4.0.3 ,
185- tasty-quickcheck >= 0.10.1.2 ,
186- unordered-containers
187-
188- default-language : Haskell2010
189- ghc-options : -Wall
190- cpp-options : -DASSERTS
191-
192111benchmark benchmarks
193112 hs-source-dirs : benchmarks
194113 main-is : Benchmarks.hs
0 commit comments