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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user