diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index da3e35930285..15a9d5a7f824 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -107,6 +107,9 @@ self: super: { # acid-state/safecopy#25 acid-state/safecopy#26 safecopy = dontCheck (super.safecopy); + # test suite broken, some instance is declared twice. + AttoBencode = dontCheck super.AttoBencode; + # bos/attoparsec#92 attoparsec = dontCheck super.attoparsec;