Skip to content
Snippets Groups Projects
Commit 1bc792e0 authored by bos's avatar bos
Browse files

Fix test suite

parent 6982ea1f
No related branches found
No related tags found
No related merge requests found
......@@ -11,14 +11,14 @@ Synopsis: Efficient Arrays
Description:
Tests for the vector package
Cabal-Version: >= 1.2
Cabal-Version: >= 1.6
Build-Type: Simple
Executable "vector-tests-O0"
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10.0.1,
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10.9.1,
random,
QuickCheck >= 2, test-framework, test-framework-quickcheck2
......@@ -38,7 +38,7 @@ Executable "vector-tests-O0"
Executable "vector-tests-O2"
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10.0.1,
Build-Depends: base >= 4 && < 5, template-haskell, vector == 0.10.9.1,
random,
QuickCheck >= 2, test-framework, 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