haskell.packages.ghc910.{hinotify,fsnotify}: drop obsolete dontChecks

Upstream has since added proper 9.10 compatibility.
This commit is contained in:
sternenseemann
2025-09-22 19:06:09 +02:00
parent 77c788e234
commit e2bb0d4103

View File

@@ -88,7 +88,5 @@ in
# Test suite issues
#
call-stack = dontCheck super.call-stack; # https://github.com/sol/call-stack/issues/19
fsnotify = dontCheck super.fsnotify; # https://github.com/haskell-fswatch/hfsnotify/issues/115
hinotify = pkgs.haskell.lib.dontCheck super.hinotify; # https://github.com/kolmodin/hinotify/issues/38
monad-dijkstra = dontCheck super.monad-dijkstra; # needs hlint 3.10
}