mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
b73b3c9d62
commit
69237ccb12
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue