haskell-bson: disable tests

they need an older version of test-framework
using jailbreak didn't work in this case so for now, disabling tests
is the easiest solution until upstream upgrades its test-framework
This commit is contained in:
Mathijs Kwik 2013-03-21 21:26:03 +01:00
parent b73b3c9d62
commit 69237ccb12

View file

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
binary cryptohash dataBinaryIeee754 mtl network QuickCheck
testFramework testFrameworkQuickcheck2 text time
];
doCheck = false;
meta = {
homepage = "http://github.com/selectel/bson-haskell";
description = "BSON documents are JSON-like objects with a standard binary encoding";