mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-duplo: test suite fails (although harmlessly)
This commit is contained in:
parent
9a33055dc0
commit
707f75ddab
1 changed files with 3 additions and 0 deletions
|
@ -407,6 +407,9 @@ self: super: {
|
|||
# https://github.com/audreyt/MoeDict.hs/issues/1
|
||||
MoeDict = markBrokenVersion "0.0.1" super.MoeDict;
|
||||
|
||||
# https://github.com/pixbi/duplo/issues/25
|
||||
duplo = dontCheck super.duplo;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue