summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-03-21 21:26:03 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-03-22 00:00:06 +0100
commit69237ccb124b778d7cf1c7246e99046b38cded95 (patch)
tree57407691cdcadf3f64770a55fb3650dfcb235fc9 /pkgs
parentb73b3c9d62c995924b78c53963f0e01b9335b76d (diff)
downloadnixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar.gz
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar.bz2
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar.lz
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar.xz
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.tar.zst
nixlib-69237ccb124b778d7cf1c7246e99046b38cded95.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/bson/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/bson/default.nix b/pkgs/development/libraries/haskell/bson/default.nix
index 2aa8f54b884c..e572e366bdd0 100644
--- a/pkgs/development/libraries/haskell/bson/default.nix
+++ b/pkgs/development/libraries/haskell/bson/default.nix
@@ -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";