lol

haskell-text-zipper: disable test suite to fix the build

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 902 902 # happy 1.19.6 and later break some packages. 903 903 Agda = super.Agda.override { happy = self.happy_1_19_5; }; 904 904 905 + # https://github.com/jtdaugherty/text-zipper/issues/11 906 + text-zipper = dontCheck super.text-zipper; 907 + 905 908 }