mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-configuration-ghc-7.10.x: bug report link for AttoBencode.
This commit is contained in:
parent
63563b2c5f
commit
80e5dcbb90
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ self: super: {
|
|||
safecopy = dontCheck (super.safecopy);
|
||||
|
||||
# test suite broken, some instance is declared twice.
|
||||
# https://bitbucket.org/FlorianHartwig/attobencode/issue/1
|
||||
AttoBencode = dontCheck super.AttoBencode;
|
||||
|
||||
# bos/attoparsec#92
|
||||
|
|
Loading…
Reference in a new issue