mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
haskell-configuration-common: disable some tests depending on tasty-hunit-0.9
This commit is contained in:
parent
b41c299efc
commit
47bbd819c7
@ -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; });
|
||||
|
Loading…
Reference in New Issue
Block a user