haskell-tonaparser: disable test suite to avoid infinite recursion

This commit is contained in:
Peter Simons 2019-01-29 10:08:07 +01:00
parent 7aabea02f0
commit 6c8098da26
1 changed files with 3 additions and 0 deletions

View File

@ -553,4 +553,7 @@ self: super: builtins.intersectAttrs super {
# Avoid infitite recursion with yaya.
yaya-hedgehog = super.yaya-hedgehog.override { yaya = dontCheck self.yaya; };
# Avoid infitite recursion with tonatona.
tonaparser = dontCheck super.tonaparser;
}