[commit: packages/vector] ghc-head: Fix test suite (1bc792e)

git at git.haskell.org git at git.haskell.org
Thu Sep 26 11:54:40 CEST 2013


Repository : ssh://git@git.haskell.org/vector

On branch  : ghc-head
Link       : http://git.haskell.org/packages/vector.git/commitdiff/1bc792e00cd45b9259eb914810735c01974b49dd

>---------------------------------------------------------------

commit 1bc792e00cd45b9259eb914810735c01974b49dd
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Tue Sep 24 14:44:40 2013 -0400

    Fix test suite


>---------------------------------------------------------------

1bc792e00cd45b9259eb914810735c01974b49dd
 tests/vector-tests.cabal |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/vector-tests.cabal b/tests/vector-tests.cabal
index e18e15e..3bec73c 100644
--- a/tests/vector-tests.cabal
+++ b/tests/vector-tests.cabal
@@ -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
 




More information about the ghc-commits mailing list