Skip to content

Commit 4dc4798

Browse files
committed
adding base orphans dep to test-suites
1 parent 45e4588 commit 4dc4798

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
@@ -187,7 +187,7 @@ test-suite vector-tests-O0
187187
Utilities
188188

189189
hs-source-dirs: tests
190-
Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
190+
Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
191191
random, primitive,
192192
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
193193
test-framework-hunit, test-framework-quickcheck2,
@@ -225,7 +225,7 @@ test-suite vector-tests-O2
225225
Utilities
226226

227227
hs-source-dirs: tests
228-
Build-Depends: base >= 4.5 && < 5, template-haskell, vector,
228+
Build-Depends: base >= 4.5 && < 5, template-haskell, base-orphans >= 0.6, vector,
229229
random, primitive,
230230
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
231231
test-framework-hunit, test-framework-quickcheck2,

0 commit comments

Comments
 (0)