haskell-configuration-common: disable some tests depending on tasty-hunit-0.9

This commit is contained in:
Jan Tojnar 2018-03-20 13:34:06 +01:00
parent b41c299efc
commit 47bbd819c7
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -463,6 +463,11 @@ self: super: {
# Test suite won't compile against tasty-hunit 0.9.x.
zlib = dontCheck super.zlib;
# Test suite won't compile against tasty-hunit 0.10.x.
binary-parser = dontCheck super.binary-parser;
bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
bytestring-tree-builder = dontCheck super.bytestring-tree-builder;
# https://github.com/ndmitchell/shake/issues/206
# https://github.com/ndmitchell/shake/issues/267
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });