From 186ec58e1ae97da8a1e9cff8b5fa4c0377e58dce Mon Sep 17 00:00:00 2001 From: MarcFontaine Date: Sat, 8 Dec 2018 22:17:40 +0100 Subject: [PATCH] haskellPackages.binary-parsers : disable tests --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0d0eee11d5c..b0d30724438 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -485,6 +485,7 @@ self: super: { # Test suite won't compile against tasty-hunit 0.10.x. binary-parser = dontCheck super.binary-parser; + binary-parsers = dontCheck super.binary-parsers; bytestring-strict-builder = dontCheck super.bytestring-strict-builder; bytestring-tree-builder = dontCheck super.bytestring-tree-builder;