diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index af4893afe54f..233d962d3653 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -66,6 +66,9 @@ self: super: { # https://github.com/ekmett/half/issues/35 half = dontCheck super.half; + # https://github.com/factisresearch/large-hashable/issues/17 + large-hashable = markBroken super.large-hashable; + } // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 { # AARCH32-SPECIFIC OVERRIDES