Commit dc991a10 authored by sternenseemann's avatar sternenseemann
Browse files

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.
parent ca00529f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
}