Skip to content

Commit

Permalink
Merge pull request #94174 from dminuoso/haskell-updates-unbreak-ip
Browse files Browse the repository at this point in the history
ip,bytebuild: disable test suites.
  • Loading branch information
cdepillabout committed Jul 30, 2020
2 parents 0c3e19c + 25d03ae commit d18bea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -460,6 +460,12 @@ self: super: {
bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
bytestring-tree-builder = dontCheck super.bytestring-tree-builder;

# https://github.com/byteverse/bytebuild/issues/19
bytebuild = dontCheck super.bytebuild;

# https://github.com/andrewthad/haskell-ip/issues/67
ip = dontCheck super.ip;

# https://github.com/ndmitchell/shake/issues/206
# https://github.com/ndmitchell/shake/issues/267
shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });
Expand Down
Expand Up @@ -3561,7 +3561,6 @@ broken-packages:
- bv-sized
- bytable
- bytearray-parsing
- bytebuild
- bytelog
- bytestring-arbitrary
- bytestring-builder-varword
Expand Down Expand Up @@ -6826,7 +6825,6 @@ broken-packages:
- iostring
- iothread
- iotransaction
- ip
- ip2location
- ip2proxy
- ipatch
Expand Down

0 comments on commit d18bea8

Please sign in to comment.