diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 13063aeb975..020e1d446ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -902,4 +902,7 @@ self: super: { # happy 1.19.6 and later break some packages. Agda = super.Agda.override { happy = self.happy_1_19_5; }; + # https://github.com/jtdaugherty/text-zipper/issues/11 + text-zipper = dontCheck super.text-zipper; + }