diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 45de68c1471..457563744c3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -420,9 +420,6 @@ 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; - # https://github.com/pixbi/duplo/issues/25 duplo = dontCheck super.duplo;