haskell.packages.ghc914.mono-traversable: disable test suite

Something seems to go wrong with type inference. The test suite passes
fine if fixed, so let's disable it until upstream responds.
This commit is contained in:
sternenseemann
2026-02-25 13:08:47 +01:00
parent ca00529f59
commit dc991a10d2
@@ -124,4 +124,7 @@ with haskellLib;
#
# Test suite issues
#
# Fails to compile with GHC 9.14 https://github.com/snoyberg/mono-traversable/pull/261
mono-traversable = dontCheck super.mono-traversable;
}