diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3f098da190e..da59527dff4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -561,6 +561,9 @@ self: super: { elevator = markBroken super.elevator; minioperational = markBroken super.minioperational; + # https://github.com/mikeizbicki/hmm/issues/12 + hmm = markBroken super.hmm; + } // { # Not on Hackage.