diff --git a/vector.cabal b/vector.cabal index 806e77ea9b37b592256392d89330ce75c4269c1c..c5f208c4baaf380a53a9443c08aaf8b6e7520e62 100644 --- a/vector.cabal +++ b/vector.cabal @@ -189,7 +189,7 @@ test-suite vector-tests-O0 Utilities hs-source-dirs: tests - Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphan >= 0.6, vector, + Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector, primitive, random, QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework, test-framework-hunit, test-framework-quickcheck2, @@ -227,7 +227,7 @@ test-suite vector-tests-O2 Utilities hs-source-dirs: tests - Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphan >= 0.6, vector, + Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector, primitive, random, QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework, test-framework-hunit, test-framework-quickcheck2,