mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
haskell.packages.ghc910.{hinotify,fsnotify}: drop obsolete dontChecks
Upstream has since added proper 9.10 compatibility.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user