diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e129e6f39c48..28ca1987b2a4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -404,6 +404,9 @@ self: super: { # https://github.com/haskell-hub/hub-src/issues/24 hub = markBrokenVersion "1.4.0" super.hub; + # https://github.com/audreyt/MoeDict.hs/issues/1 + MoeDict = markBrokenVersion "0.0.1" super.MoeDict; + } // { # Not on Hackage.