Repository : ssh://[email protected]/binary

On branch  : ghc-head
Link       : 
http://git.haskell.org/?p=packages/binary.git;a=commit;h=c35742aeef1e8a8436352557cfc8366b8e01a747

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

commit c35742aeef1e8a8436352557cfc8366b8e01a747
Author: Lennart Kolmodin <[email protected]>
Date:   Sat Apr 20 13:56:16 2013 +0400

    Depend on test-framework-quickcheck2 >= 0.3
    
    test-framework-quickcheck2 depends on QC < 2.6 (even though it works
    with QC 2.6...).
    This workaround makes cabal pick an older version of QC.


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

c35742aeef1e8a8436352557cfc8366b8e01a747
 binary.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binary.cabal b/binary.cabal
index 4dba4b7..7bc4a00 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -70,7 +70,7 @@ test-suite qc
     containers,
     random>=1.0.1.0,
     test-framework,
-    test-framework-quickcheck2,
+    test-framework-quickcheck2 >= 0.3,
     QuickCheck>=2.5
 
   ghc-options: -Wall -O2


_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to