diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c273db7884b4..5d2176e0bd25 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -435,6 +435,9 @@ self: super: { # https://github.com/d12frosted/CanonicalPath/issues/3 system-canonicalpath = dontCheck super.system-canonicalpath; + # https://github.com/basvandijk/threads/issues/10 + threads = dontCheck super.threads; + } // { # Not on Hackage.