1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

GHC 7.10: Fix Data.AttoBencode.

This commit is contained in:
Moritz Ulrich 2015-04-22 15:18:56 +02:00
parent d10fb7c7be
commit 40d135b6ad

View file

@ -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;