We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6cf1e commit 3432862Copy full SHA for 3432862
vector.cabal
@@ -188,7 +188,7 @@ test-suite vector-tests-O0
188
189
hs-source-dirs: tests
190
Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
191
- random,
+ random, primitive,
192
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
193
test-framework-hunit, test-framework-quickcheck2,
194
transformers >= 0.2.0.0
@@ -226,7 +226,7 @@ test-suite vector-tests-O2
226
227
228
229
230
231
232
0 commit comments