Skip to content
Snippets Groups Projects
Commit 31d2fbb9 authored by Ryan Scott's avatar Ryan Scott
Browse files

Typo

parent c7adf7ad
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ test-suite vector-tests-O0 ...@@ -189,7 +189,7 @@ test-suite vector-tests-O0
Utilities Utilities
hs-source-dirs: tests 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, primitive, random,
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework, QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
test-framework-hunit, test-framework-quickcheck2, test-framework-hunit, test-framework-quickcheck2,
...@@ -227,7 +227,7 @@ test-suite vector-tests-O2 ...@@ -227,7 +227,7 @@ test-suite vector-tests-O2
Utilities Utilities
hs-source-dirs: tests 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, primitive, random,
QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework, QuickCheck >= 2.9 && < 2.10 , HUnit, test-framework,
test-framework-hunit, test-framework-quickcheck2, test-framework-hunit, test-framework-quickcheck2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment