From e2bb0d4103fa75b8b5dc407a8599f6b01ef50292 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 22 Sep 2025 19:06:09 +0200 Subject: [PATCH] haskell.packages.ghc910.{hinotify,fsnotify}: drop obsolete dontChecks Upstream has since added proper 9.10 compatibility. --- pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index 9bf63d98ac6b..ea22d88a9e40 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -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 }