diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6e64bde1bb43..866ab3429a88 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -451,6 +451,9 @@ self: super: { # Upstream notified by e-mail. OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; + # module missing: https://github.com/tcrayford/rematch/issues/5 + rematch = dontCheck super.rematch; + } // { # Not on Hackage.