File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ Extra-Source-Files:
50
50
tests/LICENSE
51
51
tests/Setup.hs
52
52
tests/Main.hs
53
- tests/Boilerplater.hs
54
- tests/Utilities.hs
55
- tests/Tests/Move.hs
56
- tests/Tests/Bundle.hs
57
- tests/Tests/Vector.hs
58
53
benchmarks/vector-benchmarks.cabal
59
54
benchmarks/LICENSE
60
55
benchmarks/Setup.hs
@@ -183,6 +178,14 @@ test-suite vector-tests-O0
183
178
Default-Language : Haskell2010
184
179
type : exitcode-stdio-1.0
185
180
Main-Is : Main.hs
181
+
182
+ other-modules : Boilerplater
183
+ Tests.Bundle
184
+ Tests.Move
185
+ Tests.Vector
186
+ Tests.Vector.UnitTests
187
+ Utilities
188
+
186
189
hs-source-dirs : tests
187
190
Build-Depends : base >= 4.5 && < 5 , template-haskell, vector,
188
191
random,
@@ -213,6 +216,14 @@ test-suite vector-tests-O2
213
216
Default-Language : Haskell2010
214
217
type : exitcode-stdio-1.0
215
218
Main-Is : Main.hs
219
+
220
+ other-modules : Boilerplater
221
+ Tests.Bundle
222
+ Tests.Move
223
+ Tests.Vector
224
+ Tests.Vector.UnitTests
225
+ Utilities
226
+
216
227
hs-source-dirs : tests
217
228
Build-Depends : base >= 4.5 && < 5 , template-haskell, vector,
218
229
random,
You can’t perform that action at this time.
0 commit comments