Skip to content

Commit 3432862

Browse files
committed
missing primitive test dep
1 parent ca6cf1e commit 3432862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ test-suite vector-tests-O0
188188

189189
hs-source-dirs: tests
190190
Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
191-
random,
191+
random, primitive,
192192
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
193193
test-framework-hunit, test-framework-quickcheck2,
194194
transformers >= 0.2.0.0
@@ -226,7 +226,7 @@ test-suite vector-tests-O2
226226

227227
hs-source-dirs: tests
228228
Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
229-
random,
229+
random, primitive,
230230
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
231231
test-framework-hunit, test-framework-quickcheck2,
232232
transformers >= 0.2.0.0

0 commit comments

Comments
 (0)